FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.eyecare
Resource TypePatient
IdPatient-ophthal-patient-example-0.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Eve Bill female, DoB: 1958-12-24 ( Medical Record Number: 02134005)


Source1

{
  "resourceType": "Patient",
  "id": "ophthal-patient-example-0",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-01-25T14:36:03Z"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}