0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC5-SocialHistoryJune2020 - 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 "UC5-SocialHistoryJune2020"] ; # 
  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 UC5-SocialHistoryJune2020</b></p><a name=\"UC5-SocialHistoryJune2020\"> </a><a name=\"hcUC5-SocialHistoryJune2020\"> </a><a name=\"UC5-SocialHistoryJune2020-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 72166-2}\">Smoking status</span></p><p><b>subject</b>: <a href=\"Patient-UC5-Patient.html\">Alejandra Ramírez  Female, DoB: 1956-12-01</a></p><p><b>encounter</b>: <a href=\"Encounter-UC5-EncounterCarlosVanBurenJune2020.html\">Encounter: status = finished; class = AMB (AMB); period = 2020-06-10 --&gt; 2020-06-10; reasonCode = Asthma follow-up</a></p><p><b>effective</b>: 2020-06-10</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 8392000}\">Ex-smoker</span></p><p><b>note</b>: Patient quit smoking 6 months ago and reports increased physical activity.</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:code [ fhir:v "social-history" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:72166-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72166-2" ] ;
fhir:display [ fhir:v "Smoking status" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC5-Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC5-EncounterCarlosVanBurenJune2020" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-06-10"^^xsd:date] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:8392000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8392000" ] ;
fhir:display [ fhir:v "Ex-smoker" ]     ] )
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient quit smoking 6 months ago and reports increased physical activity." ]
  ] ) . #