0.1.0 - ci-build

EgdeSTS_IG - Local Development build (v0.1.0). See the Directory of published versions

: ManualObservationBundleExample003 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ManualObservationBundleExample003"];
  fhir:Bundle.type [ fhir:value "collection"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.resource [
       a fhir:Observation;
       fhir:Resource.id [ fhir:value "ObservationBVC001" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"ObservationBVC001\" </p></div><p><b>status</b>: registered</p><p><b>code</b>: Aggresiv følelse <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#61372001)</span></p><p><b>subject</b>: <a href=\"Patient-JanniceSoreng.html\">Patient/JanniceSoreng</a> \" SØRENG\"</p><p><b>effective</b>: 2022-03-25 12:00:00+0000</p><blockquote><p><b>component</b></p><p><b>code</b>: Forviret <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#40917007)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Brutende atferd <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#55929007)</span></p><p><b>value</b>: 0</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Verbale trusler <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#284616006)</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Irritabel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#55929007)</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Fysiske trussler <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#284615005)</span></p><p><b>value</b>: 0</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Slag, spark osv. mot inventar <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#248013006)</span></p><p><b>value</b>: 1</p></blockquote></div>"       ];
       fhir:Observation.status [ fhir:value "registered" ];
       fhir:Observation.code [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:61372001;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "61372001" ];
           fhir:Coding.display [ fhir:value "Aggresiv følelse" ]         ]       ];
       fhir:Observation.subject [
         fhir:Reference.reference [ fhir:value "Patient/JanniceSoreng" ]       ];
       fhir:Observation.effectiveDateTime [ fhir:value "2022-03-25T00:00:00.000Z"^^xsd:dateTime ];
       fhir:Observation.component [
         fhir:index 0;
         fhir:Observation.component.code [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             a sct:40917007;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
             fhir:Coding.code [ fhir:value "40917007" ];
             fhir:Coding.display [ fhir:value "Forviret" ]           ]         ];
         fhir:Observation.component.valueInteger [ fhir:value "1"^^xsd:integer ]       ], [
         fhir:index 1;
         fhir:Observation.component.code [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             a sct:55929007;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
             fhir:Coding.code [ fhir:value "55929007" ];
             fhir:Coding.display [ fhir:value "Brutende atferd" ]           ]         ];
         fhir:Observation.component.valueInteger [ fhir:value "0"^^xsd:integer ]       ], [
         fhir:index 2;
         fhir:Observation.component.code [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             a sct:284616006;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
             fhir:Coding.code [ fhir:value "284616006" ];
             fhir:Coding.display [ fhir:value "Verbale trusler" ]           ]         ];
         fhir:Observation.component.valueInteger [ fhir:value "2"^^xsd:integer ]       ], [
         fhir:index 3;
         fhir:Observation.component.code [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             a sct:55929007;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
             fhir:Coding.code [ fhir:value "55929007" ];
             fhir:Coding.display [ fhir:value "Irritabel" ]           ]         ];
         fhir:Observation.component.valueInteger [ fhir:value "2"^^xsd:integer ]       ], [
         fhir:index 4;
         fhir:Observation.component.code [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             a sct:284615005;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
             fhir:Coding.code [ fhir:value "284615005" ];
             fhir:Coding.display [ fhir:value "Fysiske trussler" ]           ]         ];
         fhir:Observation.component.valueInteger [ fhir:value "0"^^xsd:integer ]       ], [
         fhir:index 5;
         fhir:Observation.component.code [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             a sct:248013006;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
             fhir:Coding.code [ fhir:value "248013006" ];
             fhir:Coding.display [ fhir:value "Slag, spark osv. mot inventar" ]           ]         ];
         fhir:Observation.component.valueInteger [ fhir:value "1"^^xsd:integer ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Bundle.entry.resource [
       a fhir:Observation;
       fhir:Resource.id [ fhir:value "ObservationMADRS001" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"ObservationMADRS001\" </p></div><p><b>status</b>: registered</p><p><b>code</b>: MADRS (Montgomery-Asberg Depression Rating Scale) score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#763265004)</span></p><p><b>subject</b>: <a href=\"Patient-JanniceSoreng.html\">Patient/JanniceSoreng</a> \" SØRENG\"</p><p><b>effective</b>: 2022-03-25 12:00:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-STSPractitionerKumarMagnar.html\">Practitioner/STSPractitionerKumarMagnar</a> \" KOMAN\"</p><p><b>value</b>: 45</p><p><b>note</b>: Some note here about the depression score</p></div>"       ];
       fhir:Observation.status [ fhir:value "registered" ];
       fhir:Observation.code [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:763265004;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "763265004" ];
           fhir:Coding.display [ fhir:value "MADRS (Montgomery-Asberg Depression Rating Scale) score" ]         ]       ];
       fhir:Observation.subject [
         fhir:Reference.reference [ fhir:value "Patient/JanniceSoreng" ]       ];
       fhir:Observation.effectiveDateTime [ fhir:value "2022-03-25T00:00:00.000Z"^^xsd:dateTime ];
       fhir:Observation.performer [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "Practitioner/STSPractitionerKumarMagnar" ]       ];
       fhir:Observation.valueInteger [ fhir:value "45"^^xsd:integer ];
       fhir:Observation.note [
         fhir:index 0;
         fhir:Annotation.text [ fhir:value "Some note here about the depression score" ]       ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.