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:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "be-op-cancel"] ; # 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: OperationDefinition be-op-cancel</b></p><a name=\"be-op-cancel\"> </a><a name=\"hcbe-op-cancel\"> </a><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>reasonCode</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td>https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-reason-referral-status (Required)</td><td><div><p>reason for the cancelling</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/OperationDefinition/be-op-cancel"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "cancel"] ; # fhir:title [ fhir:v "Cancel Referral Prescription or Proposal"] ; # fhir:status [ fhir:v "draft"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2020-07-24"^^xsd:date] ; # 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 "Cancel Referral Prescription or Proposal"] ; # 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:affectsState [ fhir:v true] ; # fhir:code [ fhir:v "cancel"] ; # fhir:resource ( [ fhir:v "ServiceRequest"] ) ; # fhir:system [ fhir:v false] ; # fhir:type [ fhir:v false] ; # fhir:instance [ fhir:v false] ; # fhir:parameter ( [ fhir:name [ fhir:v "reasonCode" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "reason for the cancelling" ] ; fhir:type [ fhir:v "code" ] ; fhir:binding [ fhir:strength [ fhir:v "required" ] ; fhir:valueSet [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-reason-referral-status"^^xsd:anyURI ; fhir:link <https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-reason-referral-status> ] ] ] ) . #