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

FHIR IG analytics

Packagehl7.fhir.cz.img
Resource TypePatient
IdPatient-62d2aa9a-a15f-4e43-9458-fec16c1c4882.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 62d2aa9a-a15f-4e43-9458-fec16c1c4882

Králík Pokusný Male, DoB: 1985-01-12 ( https://ncez.mzcr.cz/fhir/sid/cpoj#0551621110 (use: official, ))


Other Id:https://ncez.mzcr.cz/fhir/sid/rid/2066425387
Contact DetailPod Hroudou 8, 190 00 Praha 9 - Prosek(home)
Language:Czech (preferred)

Source1

{
  "resourceType": "Patient",
  "id": "62d2aa9a-a15f-4e43-9458-fec16c1c4882",
  "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": "2066425387"
    },
    {
      "use": "official",
      "system": "https://ncez.mzcr.cz/fhir/sid/cpoj",
      "value": "0551621110"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Pokusný",
      "given": [
        "Králík"
      ],
      "prefix": [
        "Mudr., Ing., MBA, Ph.D."
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1985-01-12",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "Pod Hroudou 8, 190 00 Praha 9 - Prosek",
      "line": [
        "Pod Hroudou 8"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Pod Hroudou"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "8"
            }
          ]
        }
      ],
      "city": "Praha",
      "postalCode": "19000",
      "country": "CZ",
      "_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
    }
  ]
}