This page is part of the Czech National FHIR R4 Core and Base Implementation Guide STU 1 (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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/Practitioner/Practitioner-123456789> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Practitioner-123456789"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.cz/fhir/core/StructureDefinition/cz-practitioner-core" ;
fhir:index -1 ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-practitioner-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: Practitioner Practitioner-123456789</b></p><a name=\"Practitioner-123456789\"> </a><a name=\"hcPractitioner-123456789\"> </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-practitioner-core.html\">Practitioner (CZ core)</a></p></div><p><b>identifier</b>: <code>https://ncez.mzcr.cz/fhir/sid/krzp</code>/123456789</p><p><b>name</b>: Švejk Josef </p><p><b>telecom</b>: <a href=\"tel:+420603853227\">+420 603 853 227</a></p><p><b>address</b>: Rovná 11, 160 00, Praha 6(work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1965-05-11</p><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 cs}\">Czech</span></p></div>"
] ;
fhir:Practitioner.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "https://ncez.mzcr.cz/fhir/sid/krzp" ] ;
fhir:Identifier.value [ fhir:value "123456789" ]
] ;
fhir:Practitioner.name [
fhir:index -1 ;
fhir:HumanName.use [ fhir:value "usual" ] ;
fhir:HumanName.family [ fhir:value "Josef" ] ;
fhir:HumanName.given [
fhir:value "Švejk" ;
fhir:index -1
] ;
fhir:HumanName.prefix [
fhir:value "MUDr." ;
fhir:index -1
] ;
fhir:HumanName.suffix [
fhir:value "PhD." ;
fhir:index -1
]
] ;
fhir:Practitioner.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+420 603 853 227" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
] ;
fhir:Practitioner.address [
fhir:index -1 ;
fhir:Address.use [ fhir:value "work" ] ;
fhir:Address.type [ fhir:value "both" ] ;
fhir:Address.text [ fhir:value "Rovná 11, 160 00, Praha 6" ] ;
fhir:Address.line [
fhir:value "Rovná 12" ;
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" ] ;
fhir:Extension.valueString [ fhir:value "Rovná" ]
]
], [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ] ;
fhir:Extension.valueString [ fhir:value "11" ]
]
] ;
fhir:Address.city [ fhir:value "Praha 6" ] ;
fhir:Address.postalCode [ fhir:value "16000" ] ;
fhir:Address.country [ fhir:value "CZ" ]
] ;
fhir:Practitioner.gender [ fhir:value "male"] ;
fhir:Practitioner.birthDate [ fhir:value "1965-05-11"^^xsd:date] ;
fhir:Practitioner.communication [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "cs" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/Practitioner-123456789.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Practitioner/Practitioner-123456789.ttl> .
IG © 2024+ HL7 Czech Republic.
Package hl7.fhir.cz.core#1.0.0 based on FHIR 4.0.1.
Generated
2026-07-29
Links: Table of Contents |
QA Report