HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/RelatedPerson/RelatedPerson01> a fhir:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "RelatedPerson01"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.cz/fhir/core/StructureDefinition/cz-relatedPerson-core" ;
fhir:index -1 ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-relatedPerson-core>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson RelatedPerson01</b></p><a name=\"RelatedPerson01\"> </a><a name=\"hcRelatedPerson01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cz-relatedPerson-core.html\">Related Person (CZ core)</a></p></div><p><b>identifier</b>: <code>https://ncez.mzcr.cz/fhir/sid/rcis</code>/5151264525, <code>https://ncez.mzcr.cz/fhir/sid/cpoj</code>/5151264525, Passport number/23476525 (use: official, ), Passport number/88476522 (use: official, )</p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( Citizenship Card (use: official, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}, {http://terminology.hl7.org/CodeSystem/v2-0131 N}\">mother</span></p><p><b>name</b>: PraMračena Mrakomorová </p><p><b>telecom</b>: <a href=\"tel:+420603853226\">+420 603 853 226</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1951-01-26</p></div>"
] ;
fhir:RelatedPerson.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "https://ncez.mzcr.cz/fhir/sid/rcis" ] ;
fhir:Identifier.value [ fhir:value "5151264525" ]
], [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "https://ncez.mzcr.cz/fhir/sid/cpoj" ] ;
fhir:Identifier.value [ fhir:value "5151264525" ]
], [
fhir:index -1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "PPN" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/passport-CZE" ] ;
fhir:Identifier.value [ fhir:value "23476525" ]
], [
fhir:index -1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "PPN" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/passport-SVK" ] ;
fhir:Identifier.value [ fhir:value "88476522" ]
] ;
fhir:RelatedPerson.patient [
fhir:link <http://hl7.org/fhir/Patient/Mracena> ;
fhir:Reference.reference [ fhir:value "Patient/Mracena" ]
] ;
fhir:RelatedPerson.relationship [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "MTH" ]
], [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ] ;
fhir:Coding.code [ fhir:value "N" ]
]
] ;
fhir:RelatedPerson.name [
fhir:index -1 ;
fhir:HumanName.use [ fhir:value "usual" ] ;
fhir:HumanName.family [ fhir:value "Mrakomorová" ] ;
fhir:HumanName.given [
fhir:value "PraMračena" ;
fhir:index -1
]
] ;
fhir:RelatedPerson.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+420 603 853 226" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
] ;
fhir:RelatedPerson.gender [ fhir:value "female"] ;
fhir:RelatedPerson.birthDate [ fhir:value "1951-01-26"^^xsd:date] .
<http://hl7.org/fhir/Patient/Mracena> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/RelatedPerson/RelatedPerson01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/RelatedPerson/RelatedPerson01.ttl> .
IG © 2024+ HL7 Czech Republic.
Package hl7.fhir.cz.core#1.1.0 based on FHIR 4.0.1.
Generated
2026-08-06
Links: Table of Contents |
QA Report