OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenMRS Person Example - JSON Representation

Raw json | Download


{
  "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><b>Generated Narrative: Person</b><a name=\"68f44d7f-eb5a-40e9-aa4d-0cc0cc522866\"> </a></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 Person &quot;68f44d7f-eb5a-40e9-aa4d-0cc0cc522866&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-omrs-person.html\">OpenMRS Person</a></p></div><p><b>identifier</b>: OpenMRS ID:\u00a01000Y\u00a0(use:\u00a0OFFICIAL)</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
}