FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagegov.cdc.nhsn.safr
Resource TypeCapabilityStatement
IdCapabilityStatement-SafrCapabilityStatementDataSource.json
FHIR VersionR4
Sourcehttp://www.cdc.gov/nhsn/fhirportal/safr/ig/1.0.1/CapabilityStatement-SafrCapabilityStatementDataSource.html
URLhttp://www.cdc.gov/nhsn/fhirportal/safr/ig/CapabilityStatement/SafrCapabilityStatementDataSource
Version1.0.1
Statusactive
Date2024-12-12
NameSafrCapabilityStatementDataSource
TitleNHSN SAFR Data Source CapabilityStatement
Realmus
DescriptionThis statement defines the expected capabilities of a system containing data (typically patient data, but could be situational awareness data) that will be evaluated against one or more measures. This may be a FHIR server, an EHR with a FHIR endpoint (facade), an internal data store when the Data Source and Measure Evaluation Engine actors are played by the same system such as an EHR that does it’s own measure evaluation, or it may be a system containing other data such as situational awareness data that is reporting via CSV or other format. When FHIR enabled, the Data Source acts as a [US Core Server](https://hl7.org/fhir/us/core/STU6.1/CapabilityStatement-us-core-server.html). Note: US Core Server is only needed for external evaluation engines. Examples of where this is not needed, is an EHR querying it's own data source using proprietary data access methods.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

CapabilityStatement
hl7.fhir.us.core#currentus-core-serverUS Core Server CapabilityStatement

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement SafrCapabilityStatementDataSource

NHSN SAFR Data Source CapabilityStatement

  • Implementation Guide Version: 1.0.1
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Published on: 2024-12-12
  • Published by: CDC National Healthcare Safety Network (NHSN)

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

This CapabilityStatement imports the CapabilityStatement US Core Server CapabilityStatementversion: 6.1.0)

FHIR RESTful Capabilities

Mode: server


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "SafrCapabilityStatementDataSource",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.cdc.gov/nhsn/fhirportal/safr/ig/ImplementationGuide/gov.cdc.nhsn.safr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.cdc.gov/nhsn/fhirportal/safr/ig/ImplementationGuide/gov.cdc.nhsn.safr"
          }
        ]
      }
    }
  ],
  "url": "http://www.cdc.gov/nhsn/fhirportal/safr/ig/CapabilityStatement/SafrCapabilityStatementDataSource",
  "version": "1.0.1",
  "name": "SafrCapabilityStatementDataSource",
  "title": "NHSN SAFR Data Source CapabilityStatement",
  "status": "active",
  "experimental": false,
  "date": "2024-12-12",
  "publisher": "CDC National Healthcare Safety Network (NHSN)",
  "contact": [
    {
      "name": "CDC National Healthcare Safety Network (NHSN)",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.cdc.gov/nhsn"
        },
        {
          "system": "email",
          "value": "nhsn@cdc.gov"
        }
      ]
    }
  ],
  "description": "This statement defines the expected capabilities of a system containing data (typically patient data, but could be situational awareness data) \r\nthat will be evaluated against one or more measures. This may be a FHIR server, an EHR with a FHIR endpoint (facade), an internal data store when the Data Source \r\nand Measure Evaluation Engine actors are played by the same system such as an EHR that does it’s own measure evaluation, or it may be a system containing other data \r\nsuch as situational awareness data that is reporting via CSV or other format. When FHIR enabled, the Data Source acts as a \r\n[US Core Server](https://hl7.org/fhir/us/core/STU6.1/CapabilityStatement-us-core-server.html).\r\n\r\nNote: US Core Server is only needed for external evaluation engines. Examples of where this is not needed, is an EHR querying it's own data source using proprietary data access methods.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "kind": "requirements",
  "imports": [
    "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server|6.1.0"
  ],
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server"
    }
  ]
}