AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/f202> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "f202"] ;
fhir:Resource.meta [
fhir:Meta.security [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.version [ fhir:value "10.0.0" ] ;
fhir:Coding.code [ fhir:value "PROCESSINLINELABEL" ] ;
fhir:Coding.display [ fhir:value "process inline security label" ]
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
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: DiagnosticReport f202</b></p><a name=\"f202\"> </a><a name=\"hcf202\"> </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\">Security Label: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html\">process inline security label (Details: ActCode code PROCESSINLINELABEL = 'process inline security label')</a></p></div><h2><span title=\"Codes:{http://snomed.info/sct 104177005}\">Blood culture for bacteria, including anaerobic screen</span> (<span title=\"Codes:{http://snomed.info/sct 15220000}, {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory test</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>Reported</td><td>2013-03-11 10:28:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"http://server.example.org/fhir/Organization/f201\">http://server.example.org/fhir/Organization/f201</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>The observation 'http://server.example.org/fhir/Observation/f206' could not be resolved</i></td></tr></table><p>Blood culture tested positive on staphylococcus aureus</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 428763004}\">Staphylococcus aureus bacteraemia</span></li></ul></div>"
] ;
fhir:DiagnosticReport.basedOn [
fhir:index -1 ;
fhir:link <http://server.example.org/fhir/ServiceRequest/req> ;
fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/ServiceRequest/req" ]
] ;
fhir:DiagnosticReport.status [ fhir:value "final"] ;
fhir:DiagnosticReport.category [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:15220000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "15220000" ] ;
fhir:Coding.display [ fhir:value "Laboratory test" ]
], [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
fhir:Coding.code [ fhir:value "LAB" ]
]
] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:104177005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "104177005" ] ;
fhir:Coding.display [ fhir:value "Blood culture for bacteria, including anaerobic screen" ]
]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://server.example.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/Patient/example" ]
] ;
fhir:DiagnosticReport.issued [ fhir:value "2013-03-11T10:28:00+01:00"^^xsd:dateTime] ;
fhir:DiagnosticReport.performer [
fhir:index -1 ;
fhir:link <http://server.example.org/fhir/Organization/f201> ;
fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/Organization/f201" ]
] ;
fhir:DiagnosticReport.result [
fhir:index -1 ;
fhir:link <http://server.example.org/fhir/Observation/f206> ;
fhir:Reference.reference [ fhir:value "http://server.example.org/fhir/Observation/f206" ]
] ;
fhir:DiagnosticReport.conclusion [
fhir:value "Blood culture tested positive on staphylococcus aureus" ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ] ;
fhir:Coding.version [ fhir:value "5.0.0" ] ;
fhir:Coding.code [ fhir:value "AIAST" ]
]
]
] ;
fhir:DiagnosticReport.conclusionCode [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ] ;
fhir:Coding.version [ fhir:value "5.0.0" ] ;
fhir:Coding.code [ fhir:value "AIAST" ]
]
] ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:428763004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "428763004" ] ;
fhir:Coding.display [ fhir:value "Staphylococcus aureus bacteraemia" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/f202.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/f202.ttl> .
IG © 2024+ HL7 International / Electronic Health Records.
Package hl7.fhir.uv.aitransparency#1.0.0-current based on FHIR 4.0.1.
Generated
2026-06-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
