This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version. 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 "MeasureSource-SupplementalData"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/saner/StructureDefinition/CapabilityStatementWithSlices";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/saner/StructureDefinition/CapabilityStatementWithSlices> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureSource_SupplementalData</h2><div><p>Defines the additional requirements for the Measure Source implementing the Supplemental Data Option.</p>\n</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><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 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></table></div>"
];
fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/uv/saner/CapabilityStatement/MeasureSource-SupplementalData"];
fhir:CapabilityStatement.version [ fhir:value "1.0.0"];
fhir:CapabilityStatement.name [ fhir:value "MeasureSource_SupplementalData"];
fhir:CapabilityStatement.title [ fhir:value "Measure Source implementing the Supplemental Data Option."];
fhir:CapabilityStatement.status [ fhir:value "draft"];
fhir:CapabilityStatement.experimental [ fhir:value "true"^^xsd:boolean];
fhir:CapabilityStatement.date [ fhir:value "2021-07-26"^^xsd:date];
fhir:CapabilityStatement.publisher [ fhir:value "HL7 International Public Health Workgroup"];
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/Special/committees/pher" ] ]
], [
fhir:index 1;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "pher@lists.hl7.org" ] ]
], [
fhir:index 2;
fhir:ContactDetail.name [ fhir:value "Keith W. Boone" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mailto:kboone@ainq.com" ] ]
];
fhir:CapabilityStatement.description [ fhir:value "Defines the additional requirements for the Measure Source implementing the Supplemental Data Option."];
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: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 "client" ];
fhir:CapabilityStatement.rest.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.interaction.code [ fhir:value "batch" ];
fhir:CapabilityStatement.rest.interaction.documentation [ fhir:value "Communicate a MeasureReport with supplemental data in a Bundle using the [FHIR batch](https://www.hl7.org/fhir/http.html#transaction) operation. The MeasureReport shall be the first entry in the Bundle. Referenced MeasureReport.evaluatedResource elements shall appear as subsequent entries in the Bundle." ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.