FHIR Core Implementation Guide (CO) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Group: family group record. - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "46a768a9-6712-428e-9a7a-7526e866884e"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://co.fhir.guide/core/StructureDefinition/FamilyGroupCO"^^xsd:anyURI ;
fhir:link <http://co.fhir.guide/core/StructureDefinition/FamilyGroupCO> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group 46a768a9-6712-428e-9a7a-7526e866884e</b></p><a name=\"46a768a9-6712-428e-9a7a-7526e866884e\"> </a><a name=\"hc46a768a9-6712-428e-9a7a-7526e866884e\"> </a><a name=\"46a768a9-6712-428e-9a7a-7526e866884e-es-CO\"> </a><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/ColombianGroups 35359004}\">Grupo familiar</span></p><p><b>name</b>: Grupo familiar: 324283476</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-92a8e277-af20-4854-a3fb-02cbe9fb8d49.html\">Mónica Mora Female, DoB: 1995-04-05 ( Medical record number: HC-324283476 (use: usual, ))</a></p><p><b>period</b>: 2010-01-01 00:00:00-0500 --> (ongoing)</p><p><b>inactive</b>: false</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-d393440c-e974-4613-b962-a242cf308bff.html\">Cesar Rodríguez Male, DoB: 1985-09-17 ( Medical record number: HC-49254276 (use: usual, ))</a></p><p><b>period</b>: 2014-09-28 00:00:00-0500 --> (ongoing)</p><p><b>inactive</b>: false</p></blockquote></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type [ fhir:v "person"] ; #
fhir:actual [ fhir:v "true"^^xsd:boolean] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianGroups"^^xsd:anyURI ] ;
fhir:code [ fhir:v "35359004" ] ;
fhir:display [ fhir:v "familia" ] ] ) ;
fhir:text [ fhir:v "Grupo familiar" ]
] ; #
fhir:name [ fhir:v "Grupo familiar: 324283476"] ; #
fhir:quantity [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:member ( [
fhir:entity [
fhir:reference [ fhir:v "Patient/92a8e277-af20-4854-a3fb-02cbe9fb8d49" ] ] ;
fhir:period [
fhir:start [ fhir:v "2010-01-01T00:00:00-05:00"^^xsd:dateTime ] ] ;
fhir:inactive [ fhir:v "false"^^xsd:boolean ]
] [
fhir:entity [
fhir:reference [ fhir:v "Patient/d393440c-e974-4613-b962-a242cf308bff" ] ] ;
fhir:period [
fhir:start [ fhir:v "2014-09-28T00:00:00-05:00"^^xsd:dateTime ] ] ;
fhir:inactive [ fhir:v "false"^^xsd:boolean ]
] ) . #