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

FHIR IG analytics

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

Sue Brown Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)


Active:trueDeceased:1977-04-11 08:42:36-0500
Contact Detailph: 248-555-9129(Home)
Language:Hindi
Links:

Source1

{
  "resourceType": "Patient",
  "id": "689272",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.org/identifiers/Patient",
      "value": "689272"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Brown",
      "given": [
        "Sue"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "248-555-9129",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1972-06-05",
  "deceasedDateTime": "1977-04-11T08:42:36-05:00",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "hi"
          }
        ]
      },
      "preferred": false
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1"
  }
}