@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 -------------------------------------------------------------------

<https://sfaa.gov.tw/base/Observation/medical-assistance-min> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "medical-assistance-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sfaa.gov.tw/base/StructureDefinition/MedicalAssistanceObservation-twss-base" ;
       fhir:index 0 ;
       fhir:link <https://sfaa.gov.tw/base/StructureDefinition/MedicalAssistanceObservation-twss-base>
     ]
  ] ;
  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: Observation medical-assistance-min</b></p><a name=\"medical-assistance-min\"> </a><a name=\"hcmedical-assistance-min\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicalAssistanceObservation-twss-base.html\">醫療協助現況-Observation TWSS Base</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://sfaa.gov.tw/base/CodeSystem/twss-observation-type medical-assistance}\">醫療協助</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">王小明 Male, DoB: 2001-01-01 ( 服務對象編號: CLIENT-001 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-assessment-service-min.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = 面訪家庭; period = 2026-07-29 10:00:00+0800 --&gt; 2026-07-29 11:00:00+0800</a></p><p><b>value</b>: <span title=\"Codes:{https://sfaa.gov.tw/base/CodeSystem/twss-medical-assistance A}\">鼻胃管</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-observation-type" ] ;
       fhir:Coding.code [ fhir:value "medical-assistance" ] ;
       fhir:Coding.display [ fhir:value "醫療協助" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://sfaa.gov.tw/base/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] ;
  fhir:Observation.encounter [
     fhir:link <https://sfaa.gov.tw/base/Encounter/assessment-service-min> ;
     fhir:Reference.reference [ fhir:value "Encounter/assessment-service-min" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-medical-assistance" ] ;
       fhir:Coding.code [ fhir:value "A" ] ;
       fhir:Coding.display [ fhir:value "鼻胃管" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/Observation/medical-assistance-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

