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

FHIR IG analytics

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

status: Completed

code: Cryotherapy

subject: William Rigny Male, DoB: 1965-03-09 ( Medical record number)

performed: 2021-12-10 10:30:00+1100 --> 2021-12-10 10:50:00+1100

Performers

-Actor
*PractitionerRole General practitioner

reasonCode: Actinic keratosis

bodySite: Skin structure of face


Source1

{
  "resourceType": "Procedure",
  "id": "example0",
  "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": "26782000",
        "display": "Cryotherapy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example6"
  },
  "performedPeriod": {
    "start": "2021-12-10T10:30:00+11:00",
    "end": "2021-12-10T10:50:00+11:00"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/example3"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "201101007",
          "display": "Actinic keratosis"
        }
      ]
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "73897004",
          "display": "Skin structure of face"
        }
      ]
    }
  ]
}