PH eReferral Implementation Guide
0.3.0-draft - draft Philippines

PH eReferral Implementation Guide - Local Development build (v0.3.0-draft) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PractitionerRole — Nurse Jane - 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 "practitionerrole-jane-ex"] ; # 
  fhir:meta [
    ( fhir:tag [
fhir:system [
fhir:v "https://example.com/peref-dd"^^xsd:anyURI ;
fhir:l <https://example.com/peref-dd>       ] ;
fhir:code [ fhir:v "REF-1" ] ;
fhir:display [ fhir:v "REF-1" ]     ] )
  ] ; # 
  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: PractitionerRole practitionerrole-jane-ex</b></p><a name=\"practitionerrole-jane-ex\"> </a><a name=\"hcpractitionerrole-jane-ex\"> </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\">Tag: REF-1 (Details: peref-dd code REF-1)</p></div><p><b>practitioner</b>: <a href=\"Bundle-anc-contact-transaction-ex.html#urn-uuid-4e8f6b0c-5a7d-6c3e-1b0f-9d8a7f6e5d4c\">Practitioner Jane Dela Cruz </a></p><p><b>organization</b>: <a href=\"Bundle-registration-transaction-ex.html#urn-uuid-7c9e6679-7425-40de-944b-e07fc1f90ae7\">Organization Barangay Malusog Health Centre</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role nurse}\">Nurse</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:practitioner [
fhir:l <urn:uuid:4e8f6b0c-5a7d-6c3e-1b0f-9d8a7f6e5d4c> ;
fhir:reference [ fhir:v "urn:uuid:4e8f6b0c-5a7d-6c3e-1b0f-9d8a7f6e5d4c" ]
  ] ; # 
  fhir:organization [
fhir:l <urn:uuid:7c9e6679-7425-40de-944b-e07fc1f90ae7> ;
fhir:reference [ fhir:v "urn:uuid:7c9e6679-7425-40de-944b-e07fc1f90ae7" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/practitioner-role>       ] ;
fhir:code [ fhir:v "nurse" ] ;
fhir:display [ fhir:v "Nurse" ]     ] ) ;
fhir:text [ fhir:v "Nurse" ]
  ] ) . #