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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeProcedure
IdProcedure-os-scenario4.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 os-scenario4

status: Completed

category: Evaluation

code: Assessment of passive range of motion

subject: Example Patient Female, DoB: 1990-10-01

performed: 2016-09-27

reasonCode: assessment of mobility limitations due to osteoarthritis

bodySite: Both knees


Source1

{
  "resourceType": "Procedure",
  "id": "os-scenario4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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/os-scenario4-patient"
  },
  "performedDateTime": "2016-09-27",
  "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"
    }
  ]
}