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

: Example of RelatedPerson - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "RelatedPersonExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-related-person"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson RelatedPersonExample</b></p><a name=\"RelatedPersonExample\"> </a><a name=\"hcRelatedPersonExample\"> </a><a name=\"RelatedPersonExample-en-US\"> </a><p><b>identifier</b>: <code>http://openmrs.org/fhir/RelatedPerson</code>/Person/1000Y</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID:\u00a04343534\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>name</b>: Smith John </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 2001-09-08</p><p><b>period</b>: 2020-01-01 --&gt; 2024-01-01</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://openmrs.org/fhir/RelatedPerson",
      "value" : "Person/1000Y"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/example-openmrs-Patient"
  },
  "name" : [
    {
      "id" : "915c9146-8bdb-4fad-bc51-4af10d041c86",
      "family" : "John",
      "given" : [
        "Smith"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2001-09-08",
  "period" : {
    "start" : "2020-01-01",
    "end" : "2024-01-01"
  }
}