臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: Goal target date - TTL Representation

Active as of 2022-08-31

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

 a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Goal-target-date"] ; # 
  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: SearchParameter Goal-target-date</b></p><a name=\"Goal-target-date\"> </a><a name=\"hcGoal-target-date\"> </a><a name=\"Goal-target-date-en-US\"> </a><h2>GoalTargetDate</h2><p>Parameter <code>target-date</code>:<code>date</code></p><div><p>目標的預計達成時間(target.dueDate)</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/goal.html\">Goal</a></td></tr><tr><td>Expression</td><td><code>(Goal.target.due.ofType(date))</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Comparators</td><td>Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Goal-target-date"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "GoalTargetDate"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2022-08-31"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "衛生福利部" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mohw.gov.tw/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "CCYU@mohw.gov.tw" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "目標的預計達成時間(target.dueDate)"] ; # 
  fhir:code [ fhir:v "target-date"] ; # 
  fhir:base ( [ fhir:v "Goal"] ) ; # 
  fhir:type [ fhir:v "date"] ; # 
  fhir:expression [ fhir:v "(Goal.target.due.ofType(date))"] ; # 
  fhir:comparator ( [
fhir:v "eq" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]     ] )
  ] [
fhir:v "ne" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]     ] )
  ] [
fhir:v "gt" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]     ] )
  ] [
fhir:v "ge" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]     ] )
  ] [
fhir:v "lt" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]     ] )
  ] [
fhir:v "le" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]     ] )
  ] [
fhir:v "sa" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]     ] )
  ] [
fhir:v "eb" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]     ] )
  ] [
fhir:v "ap" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]     ] )
  ] ) . #