Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

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

: PractitionerRoleExample - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/PractitionerRoleExample> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PractitionerRoleExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.medtechglobal.com/StructureDefinition/medtech-practitionerrole-ips" ;
       fhir:index 0 ;
       fhir:link <https://fhir.medtechglobal.com/StructureDefinition/medtech-practitionerrole-ips>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractitionerRoleExample</b></p><a name=\"PractitionerRoleExample\"> </a><a name=\"hcPractitionerRoleExample\"> </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\">Profile: <a href=\"StructureDefinition-medtech-practitionerrole-ips.html\">Medtech PractitionerRole profile</a></p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/enrolment-id</code>/9999999</p><p><b>period</b>: 2020-04-21 00:00:00+1200 --&gt; 2023-04-21 00:00:00+1200</p><p><b>practitioner</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Practitioner Alex Api (official)</a></p><p><b>code</b>: <span title=\"Codes:{https://standards.digital.health.nz/ns/nz-practitioner-role-code enrolledGP}\">enrolledGP</span></p></div>"
  ] ;
  fhir:PractitionerRole.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/enrolment-id" ] ;
     fhir:Identifier.value [ fhir:value "9999999" ]
  ] ;
  fhir:PractitionerRole.period [
     fhir:Period.start [ fhir:value "2020-04-21T00:00:00.000+12:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2023-04-21T00:00:00.000+12:00"^^xsd:dateTime ]
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91> ;
     fhir:Reference.reference [ fhir:value "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://standards.digital.health.nz/ns/nz-practitioner-role-code" ] ;
       fhir:Coding.code [ fhir:value "enrolledGP" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/PractitionerRoleExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/PractitionerRoleExample.ttl> .