@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://sfaa.gov.tw/base/ServiceRequest/case-report-min> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "case-report-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-case-report-twss-base" ;
       fhir:index 0 ;
       fhir:link <https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-case-report-twss-base>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案通報</b></h3><p><b>通報識別碼</b>：REPORT-2026-0001</p><p><b>個案</b>：<a href=\"Patient-pat-min.html\">Patient/pat-min</a> \"王小明\"</p><p><b>通報時間</b>：2026-07-29T08:00:00+08:00</p><p><b>個案通報類型</b>：Notifications <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://snomed.info/id/185087000\">SNOMED CT</a>#185087000）</span></p><p><b>個案通報請求項目</b>：Assessment of health and social care needs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://snomed.info/id/710824005\">SNOMED CT</a>#710824005）</span></p><p><b>通報者</b>：<a href=\"RelatedPerson-related-min.html\">RelatedPerson/related-min</a></p><p><b>受理機構</b>：<a href=\"Organization-org-min.html\">Organization/org-min</a></p><p><b>通報單位類別</b>：家長或監護者 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"CodeSystem-twss-reporting-unit-type.html\">TWSS 通報單位類別</a>#1）</span></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://sfaa.gov.tw/base/StructureDefinition/twss-is-referral-case" ] ;
     fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://sfaa.gov.tw/base/StructureDefinition/twss-reporting-unit-type" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-reporting-unit-type" ] ;
         fhir:Coding.code [ fhir:value "1" ] ;
         fhir:Coding.display [ fhir:value "家長或監護者" ]
       ]
     ]
  ] ;
  fhir:ServiceRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example.org/twss/case-report" ] ;
     fhir:Identifier.value [ fhir:value "REPORT-2026-0001" ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:185087000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "185087000" ] ;
       fhir:Coding.display [ fhir:value "Notifications" ]
     ]
  ] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:710824005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "710824005" ] ;
       fhir:Coding.display [ fhir:value "Assessment of health and social care needs" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <https://sfaa.gov.tw/base/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-07-29T08:00:00+08:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.requester [
     fhir:link <https://sfaa.gov.tw/base/RelatedPerson/related-min> ;
     fhir:Reference.reference [ fhir:value "RelatedPerson/related-min" ]
  ] ;
  fhir:ServiceRequest.performer [
     fhir:index 0 ;
     fhir:link <https://sfaa.gov.tw/base/Organization/org-min> ;
     fhir:Reference.reference [ fhir:value "Organization/org-min" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/ServiceRequest/case-report-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

