HL7 Czech Outpatient Encounter Report Implementation Guide
0.1.0 - ci-build Czechia flag

HL7 Czech Outpatient Encounter Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.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/amb/ and changes regularly. See the Directory of published versions

: Practitioner-123456789 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "161dcf7e-928b-437a-a310-6c61038e6ff9"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-practitioner-core"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/core/StructureDefinition/cz-practitioner-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 161dcf7e-928b-437a-a310-6c61038e6ff9</b></p><a name=\"161dcf7e-928b-437a-a310-6c61038e6ff9\"> </a><a name=\"hc161dcf7e-928b-437a-a310-6c61038e6ff9\"> </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=\"https://build.fhir.org/ig/HL7-cz/cz-core/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>: Lékař Antonín </p><p><b>telecom</b>: <a href=\"tel:+420212345678\">+420 212 345 678</a></p><p><b>address</b>: Nová ulice 25, 130 00, Praha 3(work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1967-07-10</p><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 cs}\">Czech</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://ncez.mzcr.cz/fhir/sid/krzp"^^xsd:anyURI ;
fhir:l <https://ncez.mzcr.cz/fhir/sid/krzp>     ] ;
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Antonín" ] ;
    ( fhir:given [ fhir:v "Lékař" ] ) ;
    ( fhir:prefix [ fhir:v "MUDr." ] ) ;
    ( fhir:suffix [ fhir:v "PhD." ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+420 212 345 678" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Nová ulice 25, 130 00, Praha 3" ] ;
    ( fhir:line [
fhir:v "Nová ulice 25" ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName>         ] ;
fhir:value [
a fhir:String ;
fhir:v "Nová ulice"         ]       ] )     ] [
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber>         ] ;
fhir:value [
a fhir:String ;
fhir:v "25"         ]       ] )     ] ) ;
fhir:city [ fhir:v "Praha 3" ] ;
fhir:postalCode [ fhir:v "13000" ] ;
fhir:country [ fhir:v "CZ" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1967-07-10"^^xsd:date] ; # 
  fhir:communication ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47>       ] ;
fhir:code [ fhir:v "cs" ]     ] )
  ] ) . #