IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC3-AlcoholUse1 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "UC3-AlcoholUse1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips> ] )
] ; #
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 UC3-AlcoholUse1</b></p><a name=\"UC3-AlcoholUse1\"> </a><a name=\"hcUC3-AlcoholUse1\"> </a><a name=\"UC3-AlcoholUse1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">social-history</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 74013-4}\">Alcoholic drinks per day</span></p><p><b>subject</b>: <a href=\"Patient-UC3-Patient.html\">Thomas Müller Male, DoB: 1984-05-10</a></p><p><b>encounter</b>: <a href=\"Encounter-UC3-EncounterLegCramping.html\">Encounter: status = finished; class = AMB (AMB); period = 2020-09-10 --> (ongoing); reasonCode = Bilateral cramp of muscle of lower limbs</a></p><p><b>effective</b>: 2020-09-10</p><p><b>value</b>: 1 {drinks}/d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{drinks}/d = '{drinks}/d')</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 733985002}\">Patient self-report</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "social-history" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:74013-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74013-4" ] ;
fhir:display [ fhir:v "Alcoholic drinks per day" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC3-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC3-EncounterLegCramping" ]
] ; #
fhir:effective [ fhir:v "2020-09-10"^^xsd:date] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{drinks}/d" ]
] ; #
fhir:method [
( fhir:coding [
a sct:733985002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "733985002" ] ;
fhir:display [ fhir:v "Patient self-report" ] ] )
] . #