@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "practitioner-scope-of-practice"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/practitioner-scope-of-practice-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "PractitionerScopeOfPractice"] ; # fhir:title [ fhir:v "Scope of practice"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-12-04T09:46:36+13:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 New Zealand"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 New Zealand" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:admin@hl7.org.nz" ] ] ) ] ) ; # fhir:description [ fhir:v "A coded type for professional scope of practice."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "NZ" ] ] ) ] ) ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://standards.digital.health.nz/ns/practitioner-scope-of-practice-code"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------