This page is part of the Da Vinci Payer Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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:Device;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "543210"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2020-09-28T09:26:23.217+00:00"^^xsd:dateTime ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-device";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-device> ]
];
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><h3>UdiCarriers</h3><table class=\"grid\"><tr><td>-</td><td><b>DeviceIdentifier</b></td></tr><tr><td>*</td><td>23366006</td></tr></table><p><b>status</b>: active</p><p><b>manufacturer</b>: Motorized Wheelchair Company, Inc.</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>MotorChairPro</td><td>user-friendly-name</td></tr></table><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 23366006}\">Motorized wheelchair device (physical object)</span></p><p><b>patient</b>: <a href=\"Patient-1.html\">Generated Summary: language: en-US; Member Number: https://www.xxxhealthplan.com/fhir/memberidentifier#1234-234-1243-12345678901, Medical record number: 1234-234-1243-12345678901m, Health Plan Identifier: 1234-234-1243-12345678901u, Patient external identifier: 1234-234-1243-12345678901a; active; Johnny Appleseed ; Phone: (410)678-2323; gender: male; birthDate: 1986-01-01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></a></p></div>"
];
fhir:Device.udiCarrier [
fhir:index 0;
fhir:Device.udiCarrier.deviceIdentifier [ fhir:value "23366006" ]
];
fhir:Device.status [ fhir:value "active"];
fhir:Device.manufacturer [ fhir:value "Motorized Wheelchair Company, Inc."];
fhir:Device.deviceName [
fhir:index 0;
fhir:Device.deviceName.name [ fhir:value "MotorChairPro" ];
fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
];
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:23366006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
fhir:Coding.code [ fhir:value "23366006" ] ]
];
fhir:Device.patient [
fhir:Reference.reference [ fhir:value "Patient/1" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.