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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeProcedure
IdProcedure-procedure-example-ach-daily-negativepcr-intubation.json
FHIR VersionR4

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

Generated Narrative: Procedure procedure-example-ach-daily-negativepcr-intubation

identifier: urn:oid:2.16.840.1.113883.19.5.1.698.8/1000510352 (use: usual, )

status: Completed

code: Intubation of respiratory tract (procedure)

subject: ACHDaily NegativePCR

encounter: Hospital Admission

performed: 2023-01-02 15:30:00+0000


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-example-ach-daily-negativepcr-intubation",
  "meta": {
    "profile": [
      "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value": "1000510352"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "447996002",
        "display": "Intubation of respiratory tract (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-ach-daily-negativepcr",
    "display": "ACHDaily NegativePCR"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-daily-negativepcr-1",
    "display": "Hospital Admission"
  },
  "performedDateTime": "2023-01-02T15:30:00Z"
}