TumorkonferenzenIDG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Beispiel eines Anmelders - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AnmelderExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://idg-rlp.de/fhir/tumorkonferenzen/StructureDefinition/Anmelder"^^xsd:anyURI ;
fhir:link <http://idg-rlp.de/fhir/tumorkonferenzen/StructureDefinition/Anmelder> ] )
] ; #
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: Practitioner AnmelderExample</b></p><a name=\"AnmelderExample\"> </a><a name=\"hcAnmelderExample\"> </a><a name=\"AnmelderExample-en-US\"> </a><p><b>name</b>: Dr. Erika Musterfrau</p><p><b>telecom</b>: <a href=\"tel:+49987654321\">+49 987 654321</a></p></div>"
] ; #
fhir:name ( [
fhir:text [ fhir:v "Dr. Erika Musterfrau" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+49 987 654321" ]
] ) . #