German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Beispiel-Arzt (PAS) - 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 "PASClaimPractitionerExample"] ; #
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 PASClaimPractitionerExample</b></p><a name=\"PASClaimPractitionerExample\"> </a><a name=\"hcPASClaimPractitionerExample\"> </a><p><b>identifier</b>: <code>https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR</code>/456789012</p><p><b>name</b>: Maria Schmidt </p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"^^xsd:anyURI ;
fhir:l <https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR> ] ;
fhir:value [ fhir:v "456789012" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Schmidt" ] ;
( fhir:given [ fhir:v "Maria" ] ) ;
( fhir:prefix [ fhir:v "Dr." ] )
] ) . #