臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(TW Core IG), published by 衛生福利部. 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/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ 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 -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/Goal-target-date> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Goal-target-date"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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><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:SearchParameter.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Goal-target-date"] ;
  fhir:SearchParameter.version [ fhir:value "1.0.0"] ;
  fhir:SearchParameter.name [ fhir:value "GoalTargetDate"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2022-08-31"^^xsd:date] ;
  fhir:SearchParameter.publisher [ fhir:value "HL7 International"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "衛生福利部" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.mohw.gov.tw/" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "CCYU@mohw.gov.tw" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "目標的預計達成時間(target.dueDate)"] ;
  fhir:SearchParameter.code [ fhir:value "target-date"] ;
  fhir:SearchParameter.base [
     fhir:value "Goal" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "date"] ;
  fhir:SearchParameter.expression [ fhir:value "(Goal.target.due.ofType(date))"] ;
  fhir:SearchParameter.comparator [
     fhir:value "eq" ;
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "MAY" ]
     ]
  ], [
     fhir:value "ne" ;
     fhir:index 1 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "MAY" ]
     ]
  ], [
     fhir:value "gt" ;
     fhir:index 2 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "SHALL" ]
     ]
  ], [
     fhir:value "ge" ;
     fhir:index 3 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "SHALL" ]
     ]
  ], [
     fhir:value "lt" ;
     fhir:index 4 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "SHALL" ]
     ]
  ], [
     fhir:value "le" ;
     fhir:index 5 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "SHALL" ]
     ]
  ], [
     fhir:value "sa" ;
     fhir:index 6 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "MAY" ]
     ]
  ], [
     fhir:value "eb" ;
     fhir:index 7 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "MAY" ]
     ]
  ], [
     fhir:value "ap" ;
     fhir:index 8 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "MAY" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/Goal-target-date.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/Goal-target-date.ttl> .