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

FHIR IG analytics

Packagehl7.eu.fhir.pcsp
Resource TypePatient
IdPatient-PatientMainzZeisig.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 PatientMainzZeisig

Profile: Patient: PCSP

Sarah Zeisig Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)


Contact Detail
Patient Birth PlaceKiel

Source1

{
  "resourceType": "Patient",
  "id": "PatientMainzZeisig",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Kiel"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz",
      "value": "L0010"
    }
  ],
  "name": [
    {
      "family": "Zeisig",
      "given": [
        "Sarah"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "sa.zei@online.de"
    },
    {
      "system": "phone",
      "value": "0123 4567890"
    }
  ],
  "gender": "female",
  "birthDate": "1996-12-12"
}