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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypePatient
IdPatient-562.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 562

Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)


Active:trueDeceased:2023-07-04 00:00:00+0300
Contact Detailph: 07948662260(Mobile)
Language:French (Region=Belgium)
Links:

Source1

{
  "resourceType": "Patient",
  "id": "562",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.org/identifiers/Patient",
      "value": "562"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Green",
      "given": [
        "Kath"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "07948662260",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1991-05-23",
  "deceasedDateTime": "2023-07-04T00:00:00+03:00",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr-BE"
          }
        ]
      },
      "preferred": false
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1"
  }
}