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" : "Patient",
"id" : "john-doe",
"meta" : {
"profile" : [
"https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>John Doe </b> male, DoB: 1962-02-05 ( Unique code: 123456789)</p></div>"
},
"extension" : [
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/patient-is-head",
"valueBoolean" : false
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/patient-education-level",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/patient-education-level",
"code" : "4",
"display" : "University"
}
]
}
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/patient-profession",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/patient-profession",
"code" : "2",
"display" : "Employee"
}
]
}
},
{
"extension" : [
{
"url" : "number",
"valueString" : "NationaID1"
},
{
"url" : "type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/patient-identification-type",
"code" : "N",
"display" : "National ID"
}
]
}
}
],
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/patient-identification"
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/patient-card-issued",
"valueBoolean" : true
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/patient-group-reference",
"valueReference" : {
"reference" : "Group/doe-family"
}
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/patient-vulnerability-status",
"valueBoolean" : true
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
"code" : "Code"
}
]
},
"value" : "123456789"
}
],
"name" : [
{
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male",
"birthDate" : "1962-02-05",
"address" : [
{
"extension" : [
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-municipality",
"valueString" : "Jamu"
},
{
"url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-location-reference",
"valueReference" : {
"reference" : "Location/Jamula-village"
}
}
],
"use" : "home",
"line" : [
"5 Tsoka"
],
"city" : "Jamula",
"district" : "Rapta",
"state" : "Ultha"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M"
}
]
},
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/patient-contact-relationship",
"code" : "1"
}
]
}
],
"name" : {
"family" : "Doe",
"given" : [
"John"
]
}
}
]
}