@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/Observation/ObservationScreeningAssessmentExample> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ObservationScreeningAssessmentExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/StructureDefinition/ObservationScreeningAssessment" ;
       fhir:index 0 ;
       fhir:link <https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/StructureDefinition/ObservationScreeningAssessment>
     ]
  ] ;
  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 ObservationScreeningAssessmentExample</b></p><a name=\"ObservationScreeningAssessmentExample\"> </a><a name=\"hcObservationScreeningAssessmentExample\"> </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-ObservationScreeningAssessment.html\">Observation Screening Assessment</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 100256-7}\">Fallen in last 6 months</span></p><p><b>subject</b>: <a href=\"Patient-stroke-patient-001.html\">先生 張 (official) Male, DoB: 1965-03-15 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code)</a></p><p><b>effective</b>: 2026-06-08 09:00:00+0800</p><p><b>performer</b>: <a href=\"Practitioner-ot-therapist-001.html\">Practitioner 小姐 李 (official)</a></p><p><b>dataAbsentReason</b>: <span title=\"Codes:\">unknown</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "survey" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:100256-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "100256-7" ] ;
       fhir:Coding.display [ fhir:value "Fallen in last 6 months" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/Patient/stroke-patient-001> ;
     fhir:Reference.reference [ fhir:value "Patient/stroke-patient-001" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-06-08T09:00:00+08:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/Practitioner/ot-therapist-001> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ot-therapist-001" ]
  ] ;
  fhir:Observation.dataAbsentReason [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.code [ fhir:value "unknown" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/Observation/ObservationScreeningAssessmentExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

