HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/community-health-ig/ and changes regularly. See the Directory of published versions

: ObservationSymptomsDuration - 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 "ObservationSymptomsDuration"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ehr.testing.p5.pt/api/fhir/StructureDefinition/ObservationSymptomDuration"^^xsd:anyURI ;
fhir:link <https://ehr.testing.p5.pt/api/fhir/StructureDefinition/ObservationSymptomDuration>     ] )
  ] ; # 
  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 ObservationSymptomsDuration</b></p><a name=\"ObservationSymptomsDuration\"> </a><a name=\"hcObservationSymptomsDuration\"> </a><a name=\"ObservationSymptomsDuration-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://loinc.org 64748-7}\">Symptoms duration</span></p><p><b>encounter</b>: <a href=\"Encounter-EncounterFirst.html\">Encounter: status = finished; class = Emergency (ActCode#EMER); type = </a></p><p><b>value</b>: 2 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>bodySite</b>: <span title=\"Codes:{https://ehr.testing.p5.pt/api/fhir/ValueSet/bodySiteVS 6}\">Head</span></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:64748-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64748-7" ] ;
fhir:display [ fhir:v "Symptoms duration" ]     ] ) ;
fhir:text [ fhir:v "Symptoms duration" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterFirst" ]
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]
  ] ; # 
  fhir:bodySite [
    ( fhir:coding [
fhir:system [ fhir:v "https://ehr.testing.p5.pt/api/fhir/ValueSet/bodySiteVS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Head" ]     ] ) ;
fhir:text [ fhir:v "Head" ]
  ] . #