PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
: PFEIG-CMS-Device-LingraphicaTouchTalk
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 -------------------------------------------------------------------
<http://hl7.org/fhir/Device/PFEIG-CMS-Device-LingraphicaTouchTalk> a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PFEIG-CMS-Device-LingraphicaTouchTalk"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-device" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-device>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
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: Device PFEIG-CMS-Device-LingraphicaTouchTalk</b></p><a name=\"PFEIG-CMS-Device-LingraphicaTouchTalk\"> </a><a name=\"hcPFEIG-CMS-Device-LingraphicaTouchTalk\"> </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-pfe-device.html\">Personal Functioning and Engagement Device Profile</a></p></div><p><b>manufacturer</b>: Lingraphica</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Lingraphica TouchTalk AAC device</td><td>User Friendly name</td></tr></table><p><b>modelNumber</b>: TouchTalk</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 705371001}\">Communication and information assistive device (physical object)</span></p><p><b>patient</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>owner</b>: <a href=\"Organization-PFEIG-Org-02.html\">Organization Happy Nursing Facility</a></p></div>"
] ;
fhir:Device.manufacturer [ fhir:value "Lingraphica"] ;
fhir:Device.deviceName [
fhir:index -1 ;
fhir:Device.deviceName.name [ fhir:value "Lingraphica TouchTalk AAC device" ] ;
fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
] ;
fhir:Device.modelNumber [ fhir:value "TouchTalk"] ;
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:705371001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "705371001" ] ;
fhir:Coding.display [ fhir:value "Communication and information assistive device (physical object)" ]
]
] ;
fhir:Device.patient [
fhir:link <http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> ;
fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
] ;
fhir:Device.owner [
fhir:link <http://hl7.org/fhir/Organization/PFEIG-Org-02> ;
fhir:Reference.reference [ fhir:value "Organization/PFEIG-Org-02" ]
] .
<http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> a fhir:Patient .
<http://hl7.org/fhir/Organization/PFEIG-Org-02> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Device/PFEIG-CMS-Device-LingraphicaTouchTalk.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Device/PFEIG-CMS-Device-LingraphicaTouchTalk.ttl> .