Digital Referral Prescription 1.0.0 - STU
Digital Referral Prescription - Downloaded Version 1.0.0 See the Directory of published versions
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "be-vs-co-prescriber-choice"] ; # 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: ValueSet be-vs-co-prescriber-choice</b></p><a name=\"be-vs-co-prescriber-choice\"> </a><a name=\"hcbe-vs-co-prescriber-choice\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-be-cs-co-prescriber-choice.html\"><code>https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-co-prescriber-choice</code></a></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-co-prescriber-choice"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "BeVsCoPrescriberChoice"] ; # fhir:title [ fhir:v "BeVsCoPrescriberChoice"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2022-05-03T10:04:16+02:00"^^xsd:dateTime] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Belgium" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7belgium.org" ] ] ) ] [ fhir:name [ fhir:v "Message-Structure" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "message-structure@ehealth.fgov.be" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "Type of intended performer choice"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "BE" ] ; fhir:display [ fhir:v "Belgium" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-co-prescriber-choice"^^xsd:anyURI ] ] ) ] . #