WildFHIR R4 Enterprise Edition Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Observation for WildFHIR Purge - 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 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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "wildfhir-observation-purge"] ; #
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 wildfhir-observation-purge</b></p><a name=\"wildfhir-observation-purge\"> </a><a name=\"hcwildfhir-observation-purge\"> </a><a name=\"wildfhir-observation-purge-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11332-4}\">History of Cognitive function Narrative</span></p><p><b>subject</b>: <a href=\"Patient-wildfhir-patient-purge.html\">Tubee Purged Male, DoB: 1996-11-21 ( http://example.org/identifiers#1032704)</a></p><p><b>effective</b>: 2025-03-24 11:15:00-0400</p><p><b>performer</b>: <a href=\"Patient-wildfhir-patient-purge.html\">Tubee Purged Male, DoB: 1996-11-21 ( http://example.org/identifiers#1032704)</a></p><p><b>value</b>: I feel alert and am under no stress.</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:11332-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11332-4" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/wildfhir-patient-purge" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-03-24T11:15:00-04:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/wildfhir-patient-purge" ]
] ) ; #
fhir:value [
a fhir:string ;
fhir:v "I feel alert and am under no stress."
] . #