PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
: Role-SNFDoc-GeraldPark - 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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Role-SNFDoc-GeraldPark"] ; #
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 Role-SNFDoc-GeraldPark</b></p><a name=\"Role-SNFDoc-GeraldPark\"> </a><a name=\"hcRole-SNFDoc-GeraldPark\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-GeraldPark.html\">Gerald Park</a></p><p><b>organization</b>: <a href=\"Organization-org-Motor-City-Skilled-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207QG0300X}\">Geriatric Medicine Physician</span></p><p><b>location</b>: <a href=\"https://build.fhir.org/ig/HL7/fhir-transitions-of-care-ig/Location-org-Loc-SNF-Happy-Nursing-Facility.html\">Location Happy Nursing Facility</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:active [ fhir:v true] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Practitioner-GeraldPark" ] ;
fhir:display [ fhir:v "Gerald Park" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/org-Motor-City-Skilled-Nursing-Facility" ] ;
fhir:display [ fhir:v "Happy Nursing Facility" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "207QG0300X" ] ;
fhir:display [ fhir:v "Geriatric Medicine (Family Medicine) Physician" ] ] ) ;
fhir:text [ fhir:v "Geriatric Medicine Physician" ]
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/org-Loc-SNF-Happy-Nursing-Facility" ]
] ) . #