OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Person",
"id" : "68f44d7f-eb5a-40e9-aa4d-0cc0cc522866",
"meta" : {
"profile" : [
🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-person"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person 68f44d7f-eb5a-40e9-aa4d-0cc0cc522866</b></p><a name=\"68f44d7f-eb5a-40e9-aa4d-0cc0cc522866\"> </a><a name=\"hc68f44d7f-eb5a-40e9-aa4d-0cc0cc522866\"> </a><a name=\"68f44d7f-eb5a-40e9-aa4d-0cc0cc522866-en-US\"> </a><p><b>identifier</b>: OpenMRS ID/1000Y\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Smith John </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 2001-09-08</p><p><b>address</b>: Ntungamo Uganda (home)</p><p><b>active</b>: true</p></div>"
},
"identifier" : [
{
"id" : "53fbd0ef-ae10-46a0-9d0a-387917a66d6e",
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
],
"text" : "OpenMRS ID"
},
"value" : "1000Y"
}
],
"name" : [
{
"id" : "915c9146-8bdb-4fad-bc51-4af10d041c86",
"family" : "John",
"given" : [
"Smith"
]
}
],
"gender" : "male",
"birthDate" : "2001-09-08",
"address" : [
{
"use" : "home",
"city" : "Ntungamo",
"district" : "Ntungamo",
"country" : "Uganda"
}
],
"active" : true
}