病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions
: MeasureReportDate - TTL Representation
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 "MeasureReport-date"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureReportDate</h2><p>Parameter <code>date</code>:<code>date</code></p><div><p>測量報告的日期(date)</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/measurereport.html\">MeasureReport</a></td></tr><tr><td>Expression</td><td><code>MeasureReport.date</code></td></tr><tr><td>Multiples</td><td>The parameter cannot repeat or have multiple values</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MeasureReport-date"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "MeasureReportDate"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-04-15"^^xsd:date] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.etatung.com/" ] ] )
] ) ; #
fhir:description [ fhir:v "測量報告的日期(date)"] ; #
fhir:code [ fhir:v "date"] ; #
fhir:base ( [ fhir:v "MeasureReport"] ) ; #
fhir:type [ fhir:v "date"] ; #
fhir:expression [ fhir:v "MeasureReport.date"] . #