NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CBTN Operations Lead - 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 "kf-research-study-personnel-role-op-lead"] ; # 
  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 kf-research-study-personnel-role-op-lead</b></p><a name=\"kf-research-study-personnel-role-op-lead\"> </a><a name=\"hckf-research-study-personnel-role-op-lead\"> </a><a name=\"kf-research-study-personnel-role-op-lead-en-US\"> </a><p><b>organization</b>: <a href=\"Organization-kf-research-study-organization-chop.html\">Organization Children's Hospital of Philadelphia</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role ict}\">ICT professional</span></p></div>"
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/kf-research-study-organization-chop" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ict" ]     ] )
  ] ) . #