PACIO Transitions of Care Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Role of Dr. Gerald Park - 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 "Role-SNFDoc-GeraldPark"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"Role-SNFDoc-GeraldPark\"> </a><a name=\"hcRole-SNFDoc-GeraldPark\"> </a></p><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\">ResourcePractitionerRole "Role-SNFDoc-GeraldPark" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Practitioner/Example-GeraldPark: Gerald Park</a> " PARK"</p><p><b>organization</b>: <a href=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Organization/org-SNF-Happy-Nursing-Facility: Happy Nursing Facility</a> "Happy Nursing Facility"</p><p><b>code</b>: Geriatric Medicine Physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#207QG0300X)</span></p><p><b>location</b>: <a href=\"Location-org-Loc-SNF-Happy-Nursing-Facility.html\">Location/org-Loc-SNF-Happy-Nursing-Facility</a> "Happy Nursing Facility"</p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Example-GeraldPark" ] ;
fhir:display [ fhir:v "Gerald Park" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/org-SNF-Happy-Nursing-Facility" ] ;
fhir:display [ fhir:v "Happy Nursing Facility" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "https://taxonomy.nucc.org/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "207QG0300X" ] ;
fhir:display [ fhir:v "Geriatric Medicine Physician" ] ] )
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/org-Loc-SNF-Happy-Nursing-Facility" ]
] ) . #