Hackathon - FHIR Implementation Guide For Continuity of Care
1.0.1 - ci-build International flag

Hackathon - FHIR Implementation Guide For Continuity of Care, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/OHIE24-Continuity-of-Care/ and changes regularly. See the Directory of published versions

: Patient - Example 1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PatientExample1",
  "meta" : {
    "profile" : [
      🔗 "http://ohie.org/fhir/StructureDefinition/hiv-patient"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "R"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample1</b></p><a name=\"PatientExample1\"> </a><a name=\"hcPatientExample1\"> </a><a name=\"PatientExample1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mike John Smith  Male, DoB: 1983-05-22 ( http://fhir.health.gov.lk/ips/identifier/phn#personal health number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://fhir.health.gov.lk/ips/identifier/passport</code>/Passport-1</li><li><code>http://fhir.health.gov.lk/ips/identifier/drivers</code>/Drivers license-1</li><li><code>http://fhir.health.gov.lk/ips/identifier/drivers</code>/Drivers license-2</li><li><code>http://fhir.health.gov.lk/ips/identifier/nic</code>/National identity number-1</li><li><code>http://fhir.health.gov.lk/ips/identifier/scn</code>/Senior citizen number-1</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+27829999999\">+27829999999</a></li><li><a href=\"mailto:someone@something.com\">someone@something.com</a></li><li><a href=\"mailto:someone2@something.com\">someone2@something.com</a></li><li>177 Nawala Road Nugegoda Colombo 32350 LK </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.health.gov.lk/ips/identifier/phn",
      "value" : "personal health number"
    },
    {
      "system" : "http://fhir.health.gov.lk/ips/identifier/passport",
      "value" : "Passport-1"
    },
    {
      "system" : "http://fhir.health.gov.lk/ips/identifier/drivers",
      "value" : "Drivers license-1"
    },
    {
      "system" : "http://fhir.health.gov.lk/ips/identifier/drivers",
      "value" : "Drivers license-2"
    },
    {
      "system" : "http://fhir.health.gov.lk/ips/identifier/nic",
      "value" : "National identity number-1"
    },
    {
      "system" : "http://fhir.health.gov.lk/ips/identifier/scn",
      "value" : "Senior citizen number-1"
    }
  ],
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "Mike",
        "John"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+27829999999"
    },
    {
      "system" : "email",
      "value" : "someone@something.com"
    },
    {
      "system" : "email",
      "value" : "someone2@something.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1983-05-22",
  "address" : [
    {
      "type" : "postal",
      "line" : [
        "177",
        "Nawala Road"
      ],
      "city" : "Nugegoda",
      "district" : "Ampara",
      "state" : "Colombo",
      "postalCode" : "32350",
      "country" : "LK"
    }
  ]
}