FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions
: FHIRcastObservation-Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "435098234"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-observation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 435098234</b></p><a name=\"435098234\"> </a><a name=\"hc435098234\"> </a><a name=\"435098234-en-US\"> </a><p><b>status</b>: Preliminary</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 45651-7}\">Pathological bone fracture [Minimum Data Set]</span></p><p><b>subject</b>: <a href=\"Patient-503824b8-fe8c-4227-b061-7181ba6c3926.html\">John Smith (official) Male, DoB: 1978-11-03 ( Medical record number (use: official, ))</a></p><p><b>effective</b>: 2024-03-19</p><p><b>issued</b>: 2020-09-07 15:02:03+0000</p><p><b>performer</b>: <a href=\"Practitioner-d2bb499c-3021-4c20-a97b-e62469e9e5f5.html\">Practitioner</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA33-6}\">Yes</span></p><p><b>derivedFrom</b>: Identifier: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DUI</a>/urn:oid:2.16.124.113543.6003.1154777499.30276.83661.3632298176</p></div>"
] ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:code [
( fhir:coding [
a loinc:45651-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45651-7" ] ;
fhir:display [ fhir:v "Pathological bone fracture [Minimum Data Set]" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/503824b8-fe8c-4227-b061-7181ba6c3926" ]
] ; #
fhir:effective [ fhir:v "2024-03-19"^^xsd:date] ; #
fhir:issued [ fhir:v "2020-09-07T15:02:03.651Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/d2bb499c-3021-4c20-a97b-e62469e9e5f5" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA33-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA33-6" ] ;
fhir:display [ fhir:v "Yes" ] ] )
] ; #
fhir:derivedFrom ( [
fhir:identifier [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.124.113543.6003.1154777499.30276.83661.3632298176" ] ]
] ) . #