FHIR Clinical Documents 1.0.0-ballot - STU1 Ballot
This page is part of the FHIR Clinical Documents (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
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 "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/d1" ] ; fhir:display [ fhir:v "Eve Everiewoman" ] ] ; # fhir:encounter [ fhir:display [ fhir:v "http://fhir.healthintersections.com.au/open/Encounter/doc-example" ] ] ; # fhir:effective [ fhir:v "2023-08-03"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/example2" ] ; fhir:display [ fhir:v "Dr Careful" ] ] ) ; # fhir:value [ fhir:v "Acute Asthmatic attack. Was wheezing for days prior to admission."] . #