CH EMS (R4)
2.1.0-ci-build - ci-build Switzerland flag

CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 2.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions

: Stroke Befund - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "StrokeBefund"] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:716800008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "716800008" ] ;
fhir:display [ fhir:v "Face Arm Speech Test score (observable entity)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2016-12-10T12:25:00.000+01:00"^^xsd:dateTime
  ] ; # 
  fhir:component ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-laterality"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24028007" ] ;
fhir:display [ fhir:v "Right (qualifier value)" ]         ] )       ]     ] ) ;
fhir:code [
      ( fhir:coding [
a sct:89545001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "89545001" ] ;
fhir:display [ fhir:v "Face structure (body structure)" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:373066001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373066001" ] ;
fhir:display [ fhir:v "Yes (qualifier value)" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:53120007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "53120007" ] ;
fhir:display [ fhir:v "Upper limb structure (body structure)" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:373067005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373067005" ] ;
fhir:display [ fhir:v "No (qualifier value)" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:87335007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87335007" ] ;
fhir:display [ fhir:v "Speaking (observable entity)" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:261665006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "261665006" ] ;
fhir:display [ fhir:v "Unknown (qualifier value)" ]       ] )     ]
  ] ) . #