FHIR Core Implementation Guide (CO)
0.1.0 - STU1
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
{
"resourceType" : "Group",
"id" : "46a768a9-6712-428e-9a7a-7526e866884e",
"meta" : {
"profile" : [
🔗 "http://co.fhir.guide/core/StructureDefinition/FamilyGroupCO"
]
},
"text" : {
"status" : "generated",
"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\u00a0(use:\u00a0usual,\u00a0))</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\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>period</b>: 2014-09-28 00:00:00-0500 --> (ongoing)</p><p><b>inactive</b>: false</p></blockquote></div>"
},
"active" : true,
"type" : "person",
"actual" : true,
"code" : {
"coding" : [
{
"system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianGroups",
"code" : "35359004",
"display" : "familia"
}
],
"text" : "Grupo familiar"
},
"name" : "Grupo familiar: 324283476",
"quantity" : 2,
"member" : [
{
"entity" : {
🔗 "reference" : "Patient/92a8e277-af20-4854-a3fb-02cbe9fb8d49"
},
"period" : {
"start" : "2010-01-01T00:00:00-05:00"
},
"inactive" : false
},
{
"entity" : {
🔗 "reference" : "Patient/d393440c-e974-4613-b962-a242cf308bff"
},
"period" : {
"start" : "2014-09-28T00:00:00-05:00"
},
"inactive" : false
}
]
}