AMTS ISiK Implementierungsleitfaden
Version 6.0.0 - active

: ISiKRaucherStatusBeispiel - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/ISiKRaucherStatusBeispiel> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ISiKRaucherStatusBeispiel"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKRaucherStatus" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKRaucherStatus>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ISiKRaucherStatusBeispiel</b></p><a name=\"ISiKRaucherStatusBeispiel\"> </a><a name=\"hcISiKRaucherStatusBeispiel\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKRaucherStatus.html\">ISiK Raucherstatus</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 77176002}, {http://loinc.org 72166-2}\">Raucher</span></p><p><b>subject</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-Fachabteilungskontakt.html\">Encounter: extension = ; identifier = Visit number; status = finished; class = inpatient encounter (ActCode#IMP); type = Abteilungskontakt,Operation; serviceType = Innere Medizin; period = 2021-02-12 --&gt; 2021-02-13</a></p><p><b>effective</b>: 2024-01-01</p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA15920-4}\">Former smoker</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:77176002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000274103/version/20251115" ] ;
       fhir:Coding.code [ fhir:value "77176002" ] ;
       fhir:Coding.display [ fhir:value "Raucher" ]
     ], [
       fhir:index 1 ;
       a loinc:72166-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.version [ fhir:value "2.77" ] ;
       fhir:Coding.code [ fhir:value "72166-2" ] ;
       fhir:Coding.display [ fhir:value "Tobacco smoking status" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
  ] ;
  fhir:Observation.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/Fachabteilungskontakt> ;
     fhir:Reference.reference [ fhir:value "Encounter/Fachabteilungskontakt" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-01-01"^^xsd:date] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:LA15920-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.version [ fhir:value "2.77" ] ;
       fhir:Coding.code [ fhir:value "LA15920-4" ] ;
       fhir:Coding.display [ fhir:value "Former smoker" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .

<http://hl7.org/fhir/Encounter/Fachabteilungskontakt> a fhir:Encounter .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/ISiKRaucherStatusBeispiel.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/ISiKRaucherStatusBeispiel.ttl> .