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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeProcedure
IdProcedure-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

Assessment of passive range of motion for both knees on Sept 27, 2016 due to osteoarthritis
This example from HL7 FHIR R4 publication (Procedure-example-physical-therapy.json)

Source1

{
  "resourceType": "Procedure",
  "id": "5c116e10-03b5-4503-9e65-6c26e5cc750f",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Procedure|1.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/physical-therapy",
      "display": "Order for the assessment of passive range of motion"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386053000",
        "display": "Evaluation procedure (procedure)"
      }
    ],
    "text": "Evaluation"
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "710830005",
        "display": "Assessment of passive range of motion (procedure)"
      }
    ],
    "text": "Assessment of passive range of motion"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "performedDateTime": "2016-09-27",
  "performer": [
    {
      "actor": {
        "display": "Paul Therapist, PT"
      }
    }
  ],
  "location": {
    "display": "Sawbones Orthopedic Clinic"
  },
  "reasonCode": [
    {
      "text": "assessment of mobility limitations due to osteoarthritis"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "36701003",
          "display": "Both knees (body structure)"
        }
      ],
      "text": "Both knees"
    }
  ]
}