HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1
0.1.0 - STU 1 Ballot

HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1, published by HL7 International - Patient Care WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-eyecare-ig/ and changes regularly. 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><b>Eve Bill</b> female, DoB: 1958-12-24 ( Medical Record Number: 02134005)</p></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"
    }
  ]
}