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

FHIR IG analytics

Packagehl7.fhir.eu.eps
Resource TypePatient
IdPatient-f0b2dcfe-e837-464b-ae8a-3b9da1807dd3.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

Petra Schwartz1950-04-19

Source1

{
  "resourceType": "Patient",
  "id": "f0b2dcfe-e837-464b-ae8a-3b9da1807dd3",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "JHN"
          }
        ]
      },
      "system": "http://example.org/identifier-1",
      "value": "5042-537688-1"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://example.org/identifier-2",
      "value": "c35742b1-1f53-48c7-8309-016e3589854a"
    }
  ],
  "name": [
    {
      "text": "Petra Schwartz",
      "family": "Schwartz",
      "given": [
        "Petra"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 034223 68 59"
    }
  ],
  "gender": "female",
  "birthDate": "1950-04-19",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "Hoheluftchaussee 46"
      ],
      "city": "Dommitzsch",
      "postalCode": "04878",
      "country": "Germany"
    }
  ]
}