Onyx Consent Authorization SAFHIR Implementation and Operations Guide
0.0.2 - ci-build
Onyx Consent Authorization SAFHIR Implementation and Operations Guide - Local Development build (v0.0.2). 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "myCareAI-v1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/SafhirDevice";
fhir:index 0;
fhir:link <http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/SafhirDevice> ]
];
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 \"myCareAI-v1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SafhirDevice.html\">SafhirDevice</a></p></div><p><b>status</b>: active</p><p><b>type</b>: iOS Phone App <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SafhirDeviceType.html\">Application, service or hardware type</a>#iosphoneapp)</span></p><h3>Specializations</h3><table class=\"grid\"><tr><td>-</td><td><b>SystemType</b></td></tr><tr><td>*</td><td>http://hl7.org/fhir/us/davinci-pdex <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><h3>Versions</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td></tr><tr><td>*</td><td>1.0.2</td></tr></table><p><b>owner</b>: <a href=\"Organization-AppDeveloper.html\">Organization/AppDeveloper</a> \"Onyx Health App Development, LLC\"</p><p><b>url</b>: <a href=\"https://safhir.io/mycareai\">https://safhir.io/mycareai</a></p></div>"
];
fhir:Device.status [ fhir:value "active"];
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://ig.fhir.safhir.io/ig/safhir-ocasio/CodeSystem/SafhirDeviceType" ];
fhir:Coding.code [ fhir:value "iosphoneapp" ] ]
];
fhir:Device.specialization [
fhir:index 0;
fhir:Device.specialization.systemType [
fhir:CodeableConcept.text [ fhir:value "http://hl7.org/fhir/us/davinci-pdex" ] ]
];
fhir:Device.version [
fhir:index 0;
fhir:Device.version.value [ fhir:value "1.0.2" ]
];
fhir:Device.owner [
fhir:Reference.reference [ fhir:value "Organization/AppDeveloper" ]
];
fhir:Device.url [ fhir:value "https://safhir.io/mycareai"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.