This page is part of the Healthcare Associated Infection Reports (HAI) Long Term Care Facilities (LTCF) (v1.0.0: STU 1) 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
Draft as of 2020-10-28 |
@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 "hair-ltcf-capability-server"]; #
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "7" ];
fhir:Meta.lastUpdated [ fhir:value "2022-02-10T21:51:25.711+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#qr1blrPpQUydA26i" ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>LTCCapabilityStatementServer</h2><div><p>This resource defines the expected capabilities for servers reporting to NHSN from LTCF.</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>The NHSN server is expected to support the following profiles and assocaited RESTful interactions</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></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 past versions of resources (vread interaction)\">V-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=\"PATCH a new resource version (patch interaction)\">Patch</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th><th><b title=\"GET changes to a resource (history interaction on instance)\">Updates</b></th><th><b title=\"GET changes for all resources of the type (history interaction on type)\">History</b></th></tr><tr><td>Questionnaire</td><td><a href=\"http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaire\">http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaire</a></td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td></td><td></td><td>y</td><td>y</td></tr><tr><td>QuestionnaireResponse</td><td><a href=\"http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaireresponse\">http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaireresponse</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Device</td><td> </td><td>y</td><td></td><td></td><td>y</td><td></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Group</td><td> </td><td>y</td><td></td><td></td><td>y</td><td></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Patient</td><td><a href=\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient</a></td><td>y</td><td></td><td></td><td>y</td><td></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
]; #
fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/us/hai-ltcf/CapabilityStatement/hair-ltcf-capability-server"]; #
fhir:CapabilityStatement.version [ fhir:value "1.0.0"]; #
fhir:CapabilityStatement.name [ fhir:value "LTCCapabilityStatementServer"]; #
fhir:CapabilityStatement.title [ fhir:value "HAI LTCF Capability Statement - Server"]; #
fhir:CapabilityStatement.status [ fhir:value "draft"]; #
fhir:CapabilityStatement.experimental [ fhir:value "false"^^xsd:boolean]; #
fhir:CapabilityStatement.date [ fhir:value "2020-10-28"^^xsd:date]; #
fhir:CapabilityStatement.publisher [ fhir:value "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)"]; #
fhir:CapabilityStatement.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ] ]
]; #
fhir:CapabilityStatement.description [ fhir:value "This resource defines the expected capabilities for servers reporting to NHSN from LTCF."]; #
fhir:CapabilityStatement.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ] ]
]; #
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.rest [
fhir:index 0;
fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
fhir:CapabilityStatement.rest.documentation [ fhir:value "The NHSN server is expected to support the following profiles and assocaited RESTful interactions" ];
fhir:CapabilityStatement.rest.resource [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Questionnaire" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaire";
fhir:link <http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaire> ];
fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "NHSN Server is expected to support the below interactions on the HAI LTC Single Person Event Questionnaire profile" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "QuestionnaireResponse" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaireresponse";
fhir:link <http://hl7.org/fhir/us/hai-ltcf/StructureDefinition/hai-ltc-single-person-report-questionnaireresponse> ];
fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "NHSN Server is expected to support the below interactions on the HAI LTC Single Person Report QuestionnaireResponse profile" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ] ] ], [
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 "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ] ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Group" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ] ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient";
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ] ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2020+ HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm). Package hl7.fhir.us.hai-ltcf#1.0.0 based on FHIR 4.0.1. Generated 2023-01-09
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change