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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypePatient
IdPatient-cz-patient-addr-example-4.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 cz-patient-addr-example-4

Adam Příklad (no stated gender), DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#4567891237)


Contact DetailMalé námestie 13a, 150 00, Žilina(home)

Source1

{
  "resourceType": "Patient",
  "id": "cz-patient-addr-example-4",
  "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": "4567891237"
    }
  ],
  "name": [
    {
      "family": "Příklad",
      "given": [
        "Adam"
      ]
    }
  ],
  "birthDate": "1971-11-26",
  "address": [
    {
      "extension": [
        {
          "url": "https://hl7.cz/fhir/core/StructureDefinition/permanent-residencer-address-cz",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "SK",
                "display": "Slovakia"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "both",
      "text": "Malé námestie 13a, 150 00, Žilina",
      "line": [
        "Malé námestie 13a"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Malé námestie"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "13a"
            }
          ]
        }
      ],
      "city": "Žilina",
      "postalCode": "15000",
      "country": "Slovensko",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "SK",
              "display": "Slovakia"
            }
          }
        ]
      }
    }
  ]
}