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

FHIR IG analytics

Packagehl7.fhir.cz.lab-order
Resource TypePatient
IdPatient-Zyrgana.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 Zyrgana

Zyrgana Prouzdalová Female, DoB: 1982-03-17 ( Passport number (use: official, ))


Other Ids:
  • https://ncez.mzcr.cz/fhir/sid/rcis/8203171234 (use: official, )
  • https://ncez.mzcr.cz/fhir/sid/rid/1122334455
  • Passport number/CZE9876543 (use: official, )
Contact Detail
Languages:
  • Czech (preferred)
  • French
Links:
  • General Practitioner: MUDr. Kvido Polštář (Identifier: https://ncez.mzcr.cz/fhir/sid/nrzp/876543210)
Patient Nationality:
  • code: Czechia

Source1

{
  "resourceType": "Patient",
  "id": "Zyrgana",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CZ"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "https://ncez.mzcr.cz/fhir/sid/rcis",
      "value": "8203171234"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/rid",
      "value": "1122334455"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/passport-CZE",
      "value": "CZE9876543"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/passport-FRA",
      "value": "FRA1234567"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Prouzdalová",
      "given": [
        "Zyrgana"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420777123987",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1982-03-17",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "U Roury 42, 999 99, Počernice n. Blátem",
      "line": [
        "U Roury 42"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "U Roury"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "42"
            }
          ]
        }
      ],
      "city": "Počernice nad Blátem",
      "postalCode": "99999",
      "country": "Česko",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "CZ",
              "display": "Czechia"
            }
          }
        ]
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "cs"
          }
        ]
      },
      "preferred": true
    },
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr"
          }
        ]
      }
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://ncez.mzcr.cz/fhir/sid/nrzp",
        "value": "876543210"
      },
      "display": "MUDr. Kvido Polštář"
    }
  ]
}