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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeProcedure
IdProcedure-procedure-example-ach-ach-pass3-transfusion.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-ach-pass3-transfusion

identifier: http://example.org/identifiers/698.8/100051035264 (use: usual, )

status: Completed

code: Transfusion of red blood cells (procedure)

subject: Pass3 ACH

encounter: Critical care visit

performed: 2024-02-02 20:43:00-0500


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-example-ach-ach-pass3-transfusion",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://example.org/identifiers/698.8",
      "value": "100051035264"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "116863004",
        "display": "Transfusion of red blood cells (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass3",
    "display": "Pass3 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass3-acute",
    "display": "Critical care visit"
  },
  "performedDateTime": "2024-02-02T20:43:00-05:00"
}