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

FHIR IG analytics

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

Jeff Smith Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)


Active:trueDeceased:2023-01-01 13:54:00+0000
Contact Detailph: 313-555-9843(Mobile)
Language:Italian (Region=Italy)
Links:

Source1

{
  "resourceType": "Patient",
  "id": "47234",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.org/identifiers/Patient",
      "value": "47234"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Smith",
      "given": [
        "Jeff"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "313-555-9843",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1968-05-04",
  "deceasedDateTime": "2023-01-01T13:54:00Z",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "it-IT"
          }
        ]
      },
      "preferred": false
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1"
  }
}