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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeServiceRequest
IdServiceRequest-os-scenario2.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: ServiceRequest os-scenario2

instantiatesCanonical: Activity Example Order Service AD

status: Active

intent: Proposal

category: Evaluation

code: Assessment of passive range of motion

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

occurrence: 2016-09-27

authoredOn: 2016-09-20

reasonCode: assessment of mobility limitations due to osteoarthritis

bodySite: Both knees


Source1

{
  "resourceType": "ServiceRequest",
  "id": "os-scenario2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "instantiatesCanonical": [
    "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-orderservice-ad"
  ],
  "status": "active",
  "intent": "proposal",
  "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-scenario2-patient"
  },
  "occurrenceDateTime": "2016-09-27",
  "authoredOn": "2016-09-20",
  "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"
    }
  ]
}