This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . 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 "PatientCorrectionCapability"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PatientCorrectionCapability</h2><div><p>Describes the capabilities for a FHIR server to support patient requests for corrections.</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>Description of the needed resources to be supported by the FHIR server, and the different possible interactions.</p>\n</div></td></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td>y</td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Communication</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Task</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Bundle</td><td> </td><td>y</td><td></td><td></td><td></td></tr></table></div>"
];
fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/uv/patient-corrections/CapabilityStatement/PatientCorrectionCapability"];
fhir:CapabilityStatement.version [ fhir:value "1.0.0-ballot"];
fhir:CapabilityStatement.name [ fhir:value "PatientCorrectionCapability"];
fhir:CapabilityStatement.status [ fhir:value "draft"];
fhir:CapabilityStatement.date [ fhir:value "2022-03-04"^^xsd:date];
fhir:CapabilityStatement.publisher [ fhir:value "HL7 International - Patient Empowerment Workgroup"];
fhir:CapabilityStatement.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/patientempowerment" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "John Keyes" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "john@johnkeyes.com" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
];
fhir:CapabilityStatement.description [ fhir:value "Describes the capabilities for a FHIR server to support patient requests for corrections."];
fhir:CapabilityStatement.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ] ]
];
fhir:CapabilityStatement.kind [ fhir:value "requirements"];
fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
fhir:CapabilityStatement.format [
fhir:value "xml";
fhir:index 0
], [
fhir:value "json";
fhir:index 1
];
fhir:CapabilityStatement.implementationGuide [
fhir:value "https://hl7.org/fhir/uv/fhir-patient-corrections";
fhir:index 0;
fhir:link <https://hl7.org/fhir/uv/fhir-patient-corrections>
];
fhir:CapabilityStatement.rest [
fhir:index 0;
fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
fhir:CapabilityStatement.rest.documentation [ fhir:value "Description of the needed resources to be supported by the FHIR server, and the different possible interactions." ];
fhir:CapabilityStatement.rest.resource [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Communication" ];
fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "Read a communication between a patient and a fulfiller relating to a patient correction request." ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "about" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for PatientCorrectionTask or PatientCorrectionCommunication this PatientCorrectionCommunication is about." ] ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Task" ];
fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "Read a Task relating to a patient correction request." ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "reasonReference" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "For Disagreement Tasks, search for the original request for correction Communication." ] ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Bundle" ];
fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "Read a Patient Correction Bundle which contains a Patient Correction Communication and related resources." ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ];
fhir:Extension.valueCode [ fhir:value "SHALL" ] ];
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ] ];
fhir:CapabilityStatement.rest.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.interaction.code [ fhir:value "transaction" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.interaction.code [ fhir:value "search-system" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.