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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypePatient
IdPatient-48a9d440-4194-42c1-87ad-b5a39020a4d0.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 48a9d440-4194-42c1-87ad-b5a39020a4d0

Ing. Petr Novák, Ph.D. Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)


Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "48a9d440-4194-42c1-87ad-b5a39020a4d0",
  "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": "1597778923"
    }
  ],
  "name": [
    {
      "text": "Ing. Petr Novák, Ph.D.",
      "family": "Novák",
      "given": [
        "Petr",
        "Pavel"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420777111222"
    },
    {
      "system": "email",
      "value": "novak@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "1985-06-15",
  "address": [
    {
      "use": "home",
      "text": "Pavlovova 1424/11, 568 02 Svitavy - Předměstí",
      "line": [
        "Pavlovova 1424/11"
      ],
      "city": "Svitavy - Předměstí",
      "postalCode": "56802",
      "country": "Česko",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "CZ",
              "display": "Czechia"
            }
          }
        ]
      }
    }
  ]
}