Open Nursing Core FHIR Implementation Guide (ONC-IG)
0.1.0 - draft

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-example-jane - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-example-jane",
  "meta" : {
    "profile" : [
      🔗 "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-nhs-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-example-jane</b></p><a name=\"patient-example-jane\"> </a><a name=\"hcpatient-example-jane\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onc-nhs-patient.html\">ONC NHS Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Doe  Female, DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"An extension to record the ethnic category of a patient, as per UK Core standards.\"><a href=\"StructureDefinition-UKCore-Extension-EthnicCategory.html\">UK Core Ethnic Category</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategory A}\">British, Mixed British</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/UKCore-Extension-EthnicCategory",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategory",
            "code" : "A",
            "display" : "British, Mixed British"
          }
        ]
      }
    }
  ],
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "Jane"
      ]
    }
  ],
  "gender" : "female"
}