Prescription Search Support, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pss/ and changes regularly. See the Directory of published versions
Active as of 2024-12-11 |
@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:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "GetRecommendations"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">GetRecommendations</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-GetRecommendations.html\">GetRecommendations</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">1.0.0</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <b>system: </b> <span><a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-plan-definition-type.html\">http://terminology.hl7.org/CodeSystem/plan-definition-type</a></span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>eca-rule</span>\n </p>\n \n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2024-12-11 16:17:45+0000</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">HL7 Belgium</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">BE</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> Determine potential treatments given relevant patient information:</b> Given input data, including age, gender, symptoms, diagnoses, and possible orders, determine potential treatments\n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"
] ; #
fhir:url [ fhir:v "http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetRecommendations"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "eca-rule" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-12-11T16:17:45+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Belgium"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Belgium" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7belgium.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hl7belgium@hl7belgium.org" ] ] )
] [
fhir:name [ fhir:v "Message Structure eHealth" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "message-structure@ehealth.fgov.be" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BE" ] ] )
] ) ; #
fhir:action ( [
fhir:title [ fhir:v "Determine potential treatments given relevant patient information" ] ;
fhir:description [ fhir:v "Given input data, including age, gender, symptoms, diagnoses, and possible orders, determine potential treatments" ] ;
( fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "guideline-based-care" ] ] ) ] ) ;
( fhir:input [
fhir:type [ fhir:v "Patient" ] ;
( fhir:mustSupport [ fhir:v "birthDate" ] [ fhir:v "gender" ] ) ] [
fhir:type [ fhir:v "Observation" ] ;
( fhir:mustSupport [ fhir:v "category" ] [ fhir:v "code" ] [ fhir:v "value" ] ) ;
( fhir:codeFilter [
fhir:path [ fhir:v "category" ] ;
( fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ] ) ] ) ] [
fhir:type [ fhir:v "Condition" ] ;
( fhir:mustSupport [ fhir:v "category" ] [ fhir:v "code" ] [ fhir:v "clinicalStatus" ] [ fhir:v "verificationStatus" ] [ fhir:v "onset" ] ) ;
( fhir:codeFilter [
fhir:path [ fhir:v "category" ] ;
( fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-diagnosis" ] ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ] ) ] ) ] [
fhir:type [ fhir:v "ServiceRequest" ] ;
( fhir:mustSupport [ fhir:v "category" ] [ fhir:v "code" ] ) ] ) ;
( fhir:output [
fhir:type [ fhir:v "ServiceRequest" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-servicerequest> ] ) ] [
fhir:type [ fhir:v "MedicationRequest" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest> ] ) ] )
] ) . #
IG © 2021+ HL7 Belgium. Package hl7.fhir.be.pss#1.0.0 based on FHIR 4.0.1. Generated 2024-12-11
Links: Table of Contents |
QA Report |
Version History |