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

FHIR IG analytics

Packagehl7.fhir.cz.DIGOVO
Resource TypeConceptMap
IdConceptMap-subject2FHIR-cz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/DIGOVO/ConceptMap-subject2FHIR-cz.html
URLhttps://hl7.cz/fhir/digovo/ConceptMap/subject2FHIR-cz-digovo
Version0.0.1
Statusdraft
Date2025-11-08T23:36:31+00:00
NameSubject2FHIRCzDigovo
TitleDIGOVO Subject Model to CZ Core Patient Map
Realmcz
Authorityhl7
DescriptionMapování logického modelu DIGOVO 'Informace o subjektu - pacient' na FHIR Patient podle českého národního profilu CZ Core Patient.

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: ConceptMap subject2FHIR-cz

Mapping from (not specified) to (not specified)


Group 1 Mapping from https://hl7.cz/fhir/digovo/StructureDefinition/LogSubjectCz to https://hl7.cz/fhir/core/StructureDefinition/cz-core-patient

Source CodeRelationshipTarget Code
pacient.identifikator (Identifikátor pacienta)is equal toPatient.identifier (Identifikátor pacienta (NIS ID, EU RD ID))
pacient.jmeno (Jméno pacienta)is equal toPatient.name.given (Given name)
pacient.prijmeni (Příjmení pacienta)is equal toPatient.name.family (Family name)
pacient.datumNarozeni (Datum narození)is equal toPatient.birthDate (Date of birth)
pacient.pohlavi (Pohlaví)is equal toPatient.gender (Gender)
pacient.zemeNarozeni (Země narození)is equivalent toPatient.extension:birthPlace.valueAddress.country (Country of birth)
pacient.mistoNarozeni (Místo narození)is equivalent toPatient.extension:birthPlace.valueAddress.city (Place of birth (city))
trvalyPobyt (Trvalý pobyt)is related toPatient.address (Patient address (home))
trvalyPobyt.zeme (Země trvalého pobytu)is equal toPatient.address.country (Country (ISO3166))
trvalyPobyt.misto (Místo trvalého pobytu)is equal toPatient.address.city (City of permanent residence)

Source1

{
  "resourceType": "ConceptMap",
  "id": "subject2FHIR-cz",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/digovo/ConceptMap/subject2FHIR-cz-digovo",
  "version": "0.0.1",
  "name": "Subject2FHIRCzDigovo",
  "title": "DIGOVO Subject Model to CZ Core Patient Map",
  "status": "draft",
  "experimental": true,
  "date": "2025-11-08T23:36:31+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Mapování logického modelu DIGOVO 'Informace o subjektu - pacient' na FHIR Patient podle českého národního profilu CZ Core Patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "https://hl7.cz/fhir/digovo/StructureDefinition/LogSubjectCz",
      "target": "https://hl7.cz/fhir/core/StructureDefinition/cz-core-patient",
      "element": [
        {
          "code": "pacient.identifikator",
          "display": "Identifikátor pacienta",
          "target": [
            {
              "code": "Patient.identifier",
              "display": "Identifikátor pacienta (NIS ID, EU RD ID)",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "pacient.jmeno",
          "display": "Jméno pacienta",
          "target": [
            {
              "code": "Patient.name.given",
              "display": "Given name",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "pacient.prijmeni",
          "display": "Příjmení pacienta",
          "target": [
            {
              "code": "Patient.name.family",
              "display": "Family name",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "pacient.datumNarozeni",
          "display": "Datum narození",
          "target": [
            {
              "code": "Patient.birthDate",
              "display": "Date of birth",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "pacient.pohlavi",
          "display": "Pohlaví",
          "target": [
            {
              "code": "Patient.gender",
              "display": "Gender",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "pacient.zemeNarozeni",
          "display": "Země narození",
          "target": [
            {
              "code": "Patient.extension:birthPlace.valueAddress.country",
              "display": "Country of birth",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "pacient.mistoNarozeni",
          "display": "Místo narození",
          "target": [
            {
              "code": "Patient.extension:birthPlace.valueAddress.city",
              "display": "Place of birth (city)",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "trvalyPobyt",
          "display": "Trvalý pobyt",
          "target": [
            {
              "code": "Patient.address",
              "display": "Patient address (home)",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "trvalyPobyt.zeme",
          "display": "Země trvalého pobytu",
          "target": [
            {
              "code": "Patient.address.country",
              "display": "Country (ISO3166)",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "trvalyPobyt.misto",
          "display": "Místo trvalého pobytu",
          "target": [
            {
              "code": "Patient.address.city",
              "display": "City of permanent residence",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}