German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Dr. Stefan Mueller — Zahnarzt mit LANR (PAR-Grading) - 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 "par-grading-practitioner-arzt"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner"^^xsd:anyURI ;
fhir:l <https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner>     ] )
  ] ; # 
  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 par-grading-practitioner-arzt</b></p><a name=\"par-grading-practitioner-arzt\"> </a><a name=\"hcpar-grading-practitioner-arzt\"> </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://simplifier.net/resolve?scope=kbv.basis@1.8.0&amp;canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner\">KBV_PR_Base_Practitioner</a></p></div><p><b>identifier</b>: KBV_NS_Base_ANR/123456789</p><p><b>active</b>: true</p><p><b>name</b>: Stefan Mueller (Official)</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 "123456789" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Mueller" ] ;
    ( fhir:given [ fhir:v "Stefan" ] ) ;
    ( fhir:prefix [
fhir:v "Dr." ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier>         ] ;
fhir:value [
a fhir:Code ;
fhir:v "AC"         ]       ] )     ] )
  ] ) . #