PACIO Speech Language Swallowing Cognitive Communication and Hearing (SPLASCH) Implementation Guide
0.1.0 - ci-build

PACIO Speech Language Swallowing Cognitive Communication and Hearing (SPLASCH) Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: BSJ-ObservationSPLASCH-118 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "BSJ-ObservationSPLASCH-118"];
  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 \"BSJ-ObservationSPLASCH-118\" </p></div><p><b>status</b>: final</p><p><b>category</b>: Multi-modal Communication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SPLASCHObservationCategoryCS.html\">SPLASCH Observation Category Codes</a>#multi-modal-communication)</span></p><p><b>code</b>: How often does the individual participate in short structured conversations that are meaningful in LOW demand situations? <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SPLASCHMultiModalCommunicationObservationCS.html\">Multi-Modal Communication Observation Codes</a>#99830-2)</span></p><p><b>subject</b>: <a href=\"Patient-BSJ-patientBSJ1.html\">Patient/BSJ-patientBSJ1</a> \" SMITH-JOHNSON\"</p><p><b>effective</b>: 2020-07-12T15:00:00-05:00</p><p><b>performer</b>: </p><ul><li><a href=\"Practitioner-Practitioner-DanielGranger.html\">Practitioner/Practitioner-DanielGranger</a> \" GRANGER\"</li><li><a href=\"PractitionerRole-provider-role-physical-therapist-DanielGranger.html\">PractitionerRole/provider-role-physical-therapist-DanielGranger</a></li><li><a href=\"Organization-Organization-Happy-Nursing-Facility.html\">Organization/Organization-Happy-Nursing-Facility</a> \"Happy Nursing Facility\"</li></ul><p><b>value</b>: Sometimes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SPLASCHFrequencyCS.html\">Observation Value Frequency Codes</a>#LA10082-8)</span></p></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://hl7.org/fhir/us/pacio-splasch/CodeSystem/SPLASCHObservationCategoryCS" ];
       fhir:Coding.code [ fhir:value "multi-modal-communication" ];
       fhir:Coding.display [ fhir:value "Multi-modal Communication" ]     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-splasch/CodeSystem/SPLASCHMultiModalCommunicationObservationCS" ];
       fhir:Coding.code [ fhir:value "99830-2" ];
       fhir:Coding.display [ fhir:value "How often does the individual participate in short structured conversations that are meaningful in LOW demand situations?" ]     ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/BSJ-patientBSJ1" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2020-07-12T15:00:00-05:00"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-DanielGranger" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "PractitionerRole/provider-role-physical-therapist-DanielGranger" ]
  ], [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "Organization/Organization-Happy-Nursing-Facility" ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-splasch/CodeSystem/SPLASCHFrequencyCS" ];
       fhir:Coding.code [ fhir:value "LA10082-8" ];
       fhir:Coding.display [ fhir:value "Sometimes" ]     ]
  ].

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

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