openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build
openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
{
"resourceType" : "Group",
"id" : "doe-family",
"meta" : {
"profile" : [
"https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-group"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"doe-family\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-group.html\">openIMIS Group</a></p></div><p><b>Poverty Status (Group)</b>: </p><p><b>Poverty Status (Group)</b>: false</p><p><b>Group Type (Group)</b>: Household <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-group-type.html\">GroupType</a>#H)</span></p><blockquote><p><b>Confirmation (Group)</b></p><p><b>value</b>: Reg123456</p><p><b>value</b>: Municipality <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-group-confirmation-type.html\">Confirmation Types (Group)</a>#B)</span></p></blockquote><p><b>identifier</b>: UUID unique identifier: D30F70DF-D10B-43D4-BF31-5137C118AD82, Unique code: 123456788</p><p><b>active</b>: true</p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>name</b>: Doe Jane</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-john-doe.html\">Patient/john-doe</a> \" DOE\"</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-jane-doe.html\">Patient/jane-doe</a> \" DOE\"</p></blockquote></div>"
},
"extension" : [
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-address",
"valueAddress" : {
"extension" : [
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-location-reference",
"valueReference" : {
"reference" : "Location/Jamula-village"
}
}
]
}
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-poverty-status",
"valueBoolean" : false
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/group-type",
"code" : "H",
"display" : "Household"
}
]
}
},
{
"extension" : [
{
"url" : "number",
"valueString" : "Reg123456"
},
{
"url" : "type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/group-confirmation-type",
"code" : "B",
"display" : "Municipality"
}
]
}
}
],
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/group-confirmation"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
"code" : "UUID"
}
]
},
"value" : "D30F70DF-D10B-43D4-BF31-5137C118AD82"
},
{
"type" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
"code" : "Code"
}
]
},
"value" : "123456788"
}
],
"active" : true,
"type" : "person",
"actual" : true,
"name" : "Doe Jane",
"quantity" : 2,
"member" : [
{
"entity" : {
"reference" : "Patient/john-doe"
}
},
{
"entity" : {
"reference" : "Patient/jane-doe"
}
}
]
}