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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeProcedure
IdProcedure-ExampleERefProcedureECG.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 ExampleERefProcedureECG

status: Completed

category: Diagnostic procedure

code: Electrocardiographic procedure

subject: Juan Miguel Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)

performed: 2025-03-15 09:15:00+0800

Performers

-FunctionActor
*Medical practitionerPractitionerRole Medical practitioner

reasonCode: Chest pain

reasonReference: Condition Chest pain

note:

ECG was performed prior to referral to support clinical assessment of chest pain.


Source1

{
  "resourceType": "Procedure",
  "id": "ExampleERefProcedureECG",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "103693007",
        "display": "Diagnostic procedure"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "29303009",
        "display": "Electrocardiographic procedure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleERefPatient"
  },
  "performedDateTime": "2025-03-15T09:15:00+08:00",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "158965000",
            "display": "Medical practitioner"
          }
        ]
      },
      "actor": {
        "reference": "PractitionerRole/ExampleERefPractitionerRole"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "29857009",
          "display": "Chest pain"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/ExampleERefConditionChestPain"
    }
  ],
  "note": [
    {
      "text": "ECG was performed prior to referral to support clinical assessment of chest pain."
    }
  ]
}