病床通報實作指引
0.1.0 - CI Build

病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions

: MessageHeader-病床通報訊息 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mes-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MessageHeader-hospBed"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MessageHeader-hospBed>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"mes-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;mes-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeader-hospBed.html\">MessageHeader-HospBed</a></p></div><p><b>event</b>: Situational report (Details: LOINC code 92842-4 = 'Situational report', stated as 'Situational report')</p><p><b>sender</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> &quot;衛生福利部臺北醫院&quot;</p><p><b>author</b>: <a href=\"Bundle-0622020017-20230401.html#https-//fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example\">https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><a href=\"https://www.cdc.gov.tw/\">https://www.cdc.gov.tw/</a></td></tr></table></div>"
  ] ; # 
  fhir:event [
a fhir:Coding, loinc:92842-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "92842-4" ] ;
fhir:display [ fhir:v "Situational report" ]
  ] ; # 
  fhir:sender [
fhir:reference [ fhir:v "Organization/org-hosp-example" ]
  ] ; # 
  fhir:author [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example" ]
  ] ; # 
  fhir:source [
fhir:endpoint [ fhir:v "https://www.cdc.gov.tw/"^^xsd:anyURI ]
  ] . #