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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypePatient
IdPatient-patient-story-newborn.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 patient-story-newborn

Jan Dvorak (official) Male, DoB: 2026-03-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003007788)


Multiple Birth:false
Links:

Source1

{
  "resourceType": "Patient",
  "id": "patient-story-newborn",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/rid",
      "value": "9003007788"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Dvorak",
      "given": [
        "Jan"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2026-03-03",
  "multipleBirthBoolean": false,
  "link": [
    {
      "other": {
        "reference": "Patient/patient-story-mother"
      },
      "type": "seealso"
    }
  ]
}