OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

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

: OpenMRS Practitioner Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "7a9e2727-11ee-47ae-8af5-1dcf5337f7c2",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 7a9e2727-11ee-47ae-8af5-1dcf5337f7c2</b></p><a name=\"7a9e2727-11ee-47ae-8af5-1dcf5337f7c2\"> </a><a name=\"hc7a9e2727-11ee-47ae-8af5-1dcf5337f7c2\"> </a><a name=\"7a9e2727-11ee-47ae-8af5-1dcf5337f7c2-en-US\"> </a><p><b>identifier</b>: 1001</p><p><b>active</b>: true</p><p><b>name</b>: Adam Careful </p><p><b>telecom</b>: ph: (545-243-545-1)</p><p><b>address</b>: 534 Erewhon St PleasantVille Vic (home)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1974-12-25</p></div>"
  },
  "identifier" : [
    {
      "value" : "1001"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Careful",
      "given" : [
        "Adam"
      ],
      "suffix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(545-243-545-1)"
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "534 Erewhon St"
      ],
      "city" : "PleasantVille",
      "state" : "Vic"
    }
  ],
  "gender" : "male",
  "birthDate" : "1974-12-25"
}