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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4b
Resource TypeList
IdList-list-example-ach-patients-of-interest.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "resourceType": "List",
  "id": "list-example-ach-patients-of-interest",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/poi-list"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.com/Identifier",
      "value": "NHSNdQMAcuteCareHospitalInitialPopulation"
    }
  ],
  "status": "current",
  "mode": "changes",
  "date": "2021-07-28T00:00:00Z",
  "entry": [
    {
      "item": {
        "reference": "Patient/patient-example-sameresultdiffday"
      }
    },
    {
      "item": {
        "reference": "Patient/patient-example-ach-ach-pass1"
      }
    },
    {
      "item": {
        "reference": "Patient/patient-example-ach-ach-pass2"
      }
    },
    {
      "item": {
        "reference": "Patient/patient-example-ach-ach-pass3"
      }
    }
  ]
}