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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeProcedure
IdProcedure-example1.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 example1

status: Completed

code: Cardiac catheterisation

subject: Harry Dan Male, DoB: 1939-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

performed: 2021-09-25

Performers

-Actor
*PractitionerRole Cardiologist

location: Location Downunder Hospital Blacktown

reasonCode: Occlusion of right coronary artery


Source1

{
  "resourceType": "Procedure",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "41976001",
        "display": "Cardiac catheterisation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example1"
  },
  "performedDateTime": "2021-09-25",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/example4"
      }
    }
  ],
  "location": {
    "reference": "Location/example0"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "876856005",
          "display": "Stenosis of right coronary artery"
        }
      ],
      "text": "Occlusion of right coronary artery"
    }
  ]
}