ISiK Vitalparameter Implementierungsleitfaden
Version 6.0.0 - active

: ISiKEKGMinExample - 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/ISiKEKGMinExample> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ISiKEKGMinExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKEKG" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKEKG>
     ]
  ] ;
  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 ISiKEKGMinExample</b></p><a name=\"ISiKEKGMinExample\"> </a><a name=\"hcISiKEKGMinExample\"> </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-ISiKEKG.html\">ISiKEKG</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category procedure}\">Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11524-6}\">EKG study</span></p><p><b>subject</b>: <a href=\"Patient-PatientinMinimal.html\">Anna Müller (official) Female, DoB: 1957-08-12 ( Krankenaktennummer)</a></p><p><b>effective</b>: 2024-01-15</p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 272729005}\">Lead I</span></td><td>Origin: 2048 , Dimensions: 1 , Data: 2048 2048 2048 2048 2048 </td></tr></table></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "procedure" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11524-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11524-6" ] ;
       fhir:Coding.display [ fhir:value "EKG study" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/PatientinMinimal> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientinMinimal" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-01-15"^^xsd:date] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:272729005 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "272729005" ] ;
         fhir:Coding.display [ fhir:value "Lead I" ]
       ]
     ] ;
     fhir:Observation.component.valueSampledData [
       fhir:SampledData.origin [
         fhir:Quantity.value [ fhir:value "2048"^^xsd:decimal ]
       ] ;
       fhir:SampledData.period [ fhir:value "10"^^xsd:decimal ] ;
       fhir:SampledData.dimensions [ fhir:value "1"^^xsd:positiveInteger ] ;
       fhir:SampledData.data [ fhir:value "2048 2048 2048 2048 2048" ]
     ]
  ] .

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

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

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