FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

FHIR Clinical Documents, published by HL7 International / Structured Documents. This guide is not an authorized publication; it is the continuous build for version 1.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/fhir-clinical-document/ and changes regularly. See the Directory of published versions

: Observation-541a72a8-df75-4484-ac89-ac4923f03b81 - 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 "Observation-541a72a8-df75-4484-ac89-ac4923f03b81"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-05-03T14:28:17.000+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Acute Asthmatic attack. Was wheezing for days prior to admission.</div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:46241-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46241-6" ]     ] ) ;
fhir:text [ fhir:v "Reason for admission" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example" ] ;
fhir:display [ fhir:v "Eve Everiewoman" ]
  ] ; # 
  fhir:encounter [
fhir:display [ fhir:v "http://fhir.healthintersections.com.au/open/Encounter/encounter-example" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-08-03"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Doctor2" ] ;
fhir:display [ fhir:v "Dr Careful" ]
  ] ) ; # 
  fhir:value [ fhir:v "Acute Asthmatic attack. Was wheezing for days prior to admission."] . #