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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypePatient
IdPatient-example-1.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

Generated Narrative: Patient example-1

Alana Asdf (no stated gender), DoB: 1993-06-14


Contact DetailSomewhere

Source1

{
  "resourceType": "Patient",
  "id": "example-1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Asdf",
      "given": [
        "Alana"
      ]
    }
  ],
  "birthDate": "1993-06-14",
  "address": [
    {
      "line": [
        "Somewhere"
      ]
    }
  ]
}