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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypePatient
IdPatient-2451.json
FHIR VersionR5

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 2451

David White Male, DoB: 1955-03-12 ( http://acme.org/identifiers/Patient#2451)


Active:trueDeceased:1982-06-03 20:10:03-0400
Contact Detailfred.roberts@myownpersonaldomain.com
Language:Arabic (preferred)
Links:

Source1

{
  "resourceType": "Patient",
  "id": "2451",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.org/identifiers/Patient",
      "value": "2451"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "White",
      "given": [
        "David"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "fred.roberts@myownpersonaldomain.com"
    }
  ],
  "gender": "male",
  "birthDate": "1955-03-12",
  "deceasedDateTime": "1982-06-03T20:10:03-04:00",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "ar"
          }
        ]
      },
      "preferred": true
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1"
  }
}