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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypeProcedure
IdPS-CA BC Procedure Example.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

Procedure

Patient: Greta Wiebe

Procedure Name: Left Knee Arthroplasty

Date Performed: 2018

Notes: No Complications


Source1

{
  "resourceType": "Procedure",
  "id": "ProcedurePSBCExample",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/procedure-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "52734007",
        "display": "Arthroplasty of the knee"
      }
    ],
    "text": "Left Knee Arthroplasty"
  },
  "subject": {
    "reference": "Patient/PatientPSBCExample",
    "display": "Greta Wiebe"
  },
  "performedDateTime": "2018",
  "note": [
    {
      "text": "No Complications"
    }
  ]
}