Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ophthal-patient-example-0",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-01-25T14:36:03Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ophthal-patient-example-0</b></p><a name=\"ophthal-patient-example-0\"> </a><a name=\"hcophthal-patient-example-0\"> </a><a name=\"ophthal-patient-example-0-en-US\"> </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\">version: 1; Last updated: 2021-01-25 14:36:03+0000</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Eve Bill Female, DoB: 1958-12-24 ( Medical Record Number:\u00a002134005)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">home</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://fhir.medisoft.com",
      "value" : "02134005"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Eve Bill",
      "family" : "Bill",
      "given" : [
        "Eve"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1958-12-24",
  "address" : [
    {
      "text" : "home",
      "line" : [
        "31 Pacquola Street"
      ],
      "city" : "Blacktown",
      "state" : "NSW",
      "postalCode" : "2148",
      "country" : "Australia"
    }
  ]
}