0.1.0 - ci-build

EUAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Corrected Clinical Observation: Early Warning Risk Assessment (4) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/sc-04-correction-exp-corrected-clinical-observation-001> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sc-04-correction-exp-corrected-clinical-observation-001"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation sc-04-correction-exp-corrected-clinical-observation-001</b></p><a name=\"sc-04-correction-exp-corrected-clinical-observation-001\"> </a><a name=\"hcsc-04-correction-exp-corrected-clinical-observation-001\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Human-corrected early warning risk assessment</span></p><p><b>subject</b>: <a href=\"Patient-patient-001.html\">Anonymous Patient Female, DoB: 1959-04-12</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-001.html\">Encounter: status = completed; class = ambulatory; actualPeriod = 2026-03-01 10:00:00+0000 --&gt; 2026-03-01 10:30:00+0000</a></p><p><b>effective</b>: 2026-03-01 10:20:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-001.html\">Practitioner Clinical Reviewer </a></p><p><b>value</b>: <span title=\"Codes:\">high-risk</span></p><p><b>note</b>: , , </p><blockquote><div><p>Urgent clinical review recommended</p>\n</div></blockquote><blockquote><div><p>The simulated AI output was intentionally configured as inconsistent and corrected by the human reviewer.</p>\n</div></blockquote><blockquote><div><p>Corrected clinical result created for PoC traceability demonstration.</p>\n</div></blockquote><p><b>derivedFrom</b>: <a href=\"Observation-sc-04-correction-exp-ai-observation-risk-001.html\">Observation </a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:text [ fhir:v "Human-corrected early warning risk assessment" ]
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-001> ;
     fhir:reference [ fhir:v "Patient/patient-001" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://hl7.org/fhir/Encounter/encounter-001> ;
     fhir:reference [ fhir:v "Encounter/encounter-001" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2026-03-01T10:20:00Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:link <http://hl7.org/fhir/Practitioner/practitioner-001> ;
     fhir:reference [ fhir:v "Practitioner/practitioner-001" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:text [ fhir:v "high-risk" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Urgent clinical review recommended" ]
  ] [
     fhir:text [ fhir:v "The simulated AI output was intentionally configured as inconsistent and corrected by the human reviewer." ]
  ] [
     fhir:text [ fhir:v "Corrected clinical result created for PoC traceability demonstration." ]
  ] ) ; # 
  fhir:derivedFrom ( [
     fhir:link <http://hl7.org/fhir/Observation/sc-04-correction-exp-ai-observation-risk-001> ;
     fhir:reference [ fhir:v "Observation/sc-04-correction-exp-ai-observation-risk-001" ]
  ] ) . # 

<http://hl7.org/fhir/Patient/patient-001> a fhir:Patient .

<http://hl7.org/fhir/Encounter/encounter-001> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/practitioner-001> a fhir:Practitioner .

<http://hl7.org/fhir/Observation/sc-04-correction-exp-ai-observation-risk-001> a fhir:Observation .