HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions
: Pfizer výrobce vakcíny - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Organization-Pfizer"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organization-Pfizer</b></p><a name=\"Organization-Pfizer\"> </a><a name=\"hcOrganization-Pfizer\"> </a><p><b>identifier</b>: <code>http://hl7.cz/fhir/identifier/ico</code>/47620834</p><p><b>name</b>: Pfizer s.r.o.</p><p><b>telecom</b>: <a href=\"tel:+420234097111\">+420234097111</a>, <a href=\"mailto:info.cz@pfizer.com\">info.cz@pfizer.com</a></p><p><b>address</b>: Stroupežnického 17, 150 00 Praha 5, Česká republika</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.cz/fhir/identifier/ico"^^xsd:anyURI ] ;
fhir:value [ fhir:v "47620834" ]
] ) ; #
fhir:name [ fhir:v "Pfizer s.r.o."] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+420234097111" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info.cz@pfizer.com" ]
] ) ; #
fhir:address ( [
fhir:text [ fhir:v "Stroupežnického 17, 150 00 Praha 5, Česká republika" ]
] ) . #