This page is part of the DK MedCom CareCommunication (v4.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
: PractitionerRole with a role and reference to a practitioner - 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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "2d734f53-c71b-443a-a2d0-41327653b57c"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitionerrole"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitionerrole> ] )
] ; #
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: PractitionerRole 2d734f53-c71b-443a-a2d0-41327653b57c</b></p><a name=\"2d734f53-c71b-443a-a2d0-41327653b57c\"> </a><a name=\"hc2d734f53-c71b-443a-a2d0-41327653b57c\"> </a><a name=\"hc2d734f53-c71b-443a-a2d0-41327653b57c-da-DK\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-2a57c93e-de08-423b-b4ee-fcab85cc29bd.html\">Practitioner Emma Waters </a></p><p><b>code</b>: <span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-PractitionerRolesSKSadministrativ sygeplejerske}\">Sygeplejerske</span></p></div>"
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/2a57c93e-de08-423b-b4ee-fcab85cc29bd" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-PractitionerRolesSKSadministrativ"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sygeplejerske" ] ] )
] ) . #