This page is part of the Personal Health Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. The current version which supercedes this version is 1.0.0. 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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "PhdServerCapabilityStatement"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <p> Capability Statement for Servers supporting Continua FHIR Observation Clients</p> \n \n <p> The server supports the upload of the following resource types:</p> \n \n <ul> \n \n <li> Patient</li> \n \n <li> Device</li> \n \n <li> Observation</li> \n \n <li> Bundle</li> \n \n </ul> \n \n <p> using create, conditional create, update, update-create, and conditional update in either a transaction Bundle or with individual resources.</p> \n <p> A server may refuse the upload of a Patient resource in the special case where the service administrator provides the logical id of the Patient resource to the uploader so it may be used in the uploaded Observation resources. This option gives extra protection of Personal Health Information.</p> \n \n </div>" ]; fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/uv/phd/CapabilityStatement/PhdServerCapabilityStatement"]; fhir:CapabilityStatement.version [ fhir:value "0.3.0"]; fhir:CapabilityStatement.name [ fhir:value "PhdServerCapabilityStatement"]; fhir:CapabilityStatement.title [ fhir:value "Continua FHIR Observation Server requirements"]; fhir:CapabilityStatement.status [ fhir:value "draft"]; fhir:CapabilityStatement.date [ fhir:value "2018-10-27T00:00:00+11:00"^^xsd:dateTime]; fhir:CapabilityStatement.publisher [ fhir:value "Continua-Personal Connected Health Alliance"]; fhir:CapabilityStatement.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:CapabilityStatement.description [ fhir:value "Specifies the capabilities of a server supporting the Continua FHIR Observation Server class. The Continua FHIR Observation Server supports the Continua FHIR Observation Client as specified in the Continua H.812-5 Design Guidelines. This class of uploaders transcodes data from medical devices following the IEEE 11073 20601 data model to FHIR as profiled in the Continua Personal Health Device Implementation Guide with the authentication, security, and transaction protocols specified in H.812-5. The Continua FHIR Observation Server is a RESTFul FHIR server subject to the additional requirements of H.812-5. This capability statement specifies only those capabilities needed to receive data from a Continua FHIR Observation Client."]; fhir:CapabilityStatement.kind [ fhir:value "capability"]; fhir:CapabilityStatement.software [ fhir:CapabilityStatement.software.name [ fhir:value "Continua FHIR Observation Server" ] ]; fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.0"]; fhir:CapabilityStatement.format [ fhir:value "json"; fhir:index 0 ], [ fhir:value "xml"; fhir:index 1 ]; fhir:CapabilityStatement.rest [ fhir:index 0; fhir:CapabilityStatement.rest.mode [ fhir:value "server" ]; fhir:CapabilityStatement.rest.documentation [ fhir:value "Continua FHIR Observation Server requirements" ]; fhir:CapabilityStatement.rest.security [ fhir:CapabilityStatement.rest.security.service [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/restful-security-service" ]; fhir:Coding.code [ fhir:value "OAuth" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/restful-security-service" ]; fhir:Coding.code [ fhir:value "Basic" ] ] ]; fhir:CapabilityStatement.rest.security.description [ fhir:value "Describe the oauth model ..." ] ]; fhir:CapabilityStatement.rest.resource [ fhir:index 0; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Bundle" ]; fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "The server is required to support the transaction Bundle and the resolution of temporary logical ids." ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ]; fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "A server may refuse the upload of a Patient resource to protect Personal Health Information (PHI). Administrators of such servers provide the uploader the logical id of the Patient resource by an unspecified means. The client uses the logical id in its Observation resources as needed. The Patient resource may or may not exist on the server but the Observation resource shall not be rejected by the server due to a resource not found error if it uses the provided logical id. In those situations where the Patient resource is uploaded by the client the resource is only required to contain an opaque identifier. In this manner, PHI is still protected as only the service provider has the key linking the identifier to an actual patient." ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ]; fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Device" ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ]; fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Observation" ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ]; fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ] ]; fhir:CapabilityStatement.rest.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.interaction.code [ fhir:value "transaction" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.