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

FHIR IG analytics

Packagehl7.fhir.uv.ips
Resource TypePatient
IdPatient-eumfh-39-07.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 eumfh-39-07

Language: en

Profile: Patient (IPS)

Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)


Active:true
Other Id:http://trilliumbridge.eu/fhir/demos/eumfh/patient_id/EUR01P0001
Patient Citizenship:
  • code: United States of America

Source1

{
  "resourceType": "Patient",
  "id": "eumfh-39-07",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "US",
                "display": "United States of America"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier": [
    {
      "system": "http://trilliumbridge.eu/fhir/demos/eumfh/inject",
      "value": "39-07"
    },
    {
      "system": "http://trilliumbridge.eu/fhir/demos/eumfh/patient_id",
      "value": "EUR01P0001"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Heig",
      "given": [
        "Alexander"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1957"
}