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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-clinical-document
Resource TypePatient
IdPatient-patient-example.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 patient-example

Language: en

Eve Everiewoman Female, DoB: 1955-01-06


Active:true
Contact Detail
  • ph: 555-555-2003(Work)
  • 2222 Home Street (home)

Source1

{
  "resourceType": "Patient",
  "id": "patient-example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": [
    {
      "text": "Eve Everiewoman",
      "family": "Everiewoman1",
      "given": [
        "Eve"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-2003",
      "use": "work"
    }
  ],
  "gender": "female",
  "birthDate": "1955-01-06",
  "address": [
    {
      "use": "home",
      "line": [
        "2222 Home Street"
      ]
    }
  ]
}