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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeServiceRequest
IdServiceRequest-HomeHealth.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

Resource ServiceRequest "HomeHealth" Version "2" Updated "2020-08-09 22:54:52+0000"

Profile: PAO ServiceRequest

identifier: id: 56ae5855-9f20-41e4-a59d-000e36d9d85a

status: active

intent: order

priority: routine

code: Referral for home nurse visit (SNOMED CT#417153003)

orderDetail: Referral for home physical therapy (SNOMED CT#416790000; Current Procedural Terminology (CPT®)#97039 "Physical therapy treatment"; Current Procedural Terminology (CPT®)#92507 "Speech/hearing therapy")

subject: Patient/example1: Amy Shaw " SHAW"

encounter: Encounter/Inpatient

occurrence: 2020-05-08 09:33:27+0700

authoredOn: 2020-04-05

requester: Practitioner/practitioner-1: Ronald Bone, MD " BONE"

note: It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com)

patientInstruction: Test patient instruction


Source1

{
  "resourceType": "ServiceRequest",
  "id": "HomeHealth",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2020-08-09T22:54:52.762Z",
    "profile": [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "56ae5855-9f20-41e4-a59d-000e36d9d85a"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "417153003",
        "display": "Referral for home nurse visit"
      }
    ]
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "416790000",
          "display": "Referral for home physical therapy"
        },
        {
          "system": "http://www.ama-assn.org/go/cpt",
          "code": "97039",
          "display": "Physical therapy treatment"
        },
        {
          "system": "http://www.ama-assn.org/go/cpt",
          "code": "92507",
          "display": "Speech/hearing therapy"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example1",
    "display": "Amy Shaw"
  },
  "encounter": {
    "reference": "Encounter/Inpatient"
  },
  "occurrenceDateTime": "2020-05-08T09:33:27+07:00",
  "authoredOn": "2020-04-05",
  "requester": {
    "reference": "Practitioner/practitioner-1",
    "display": "Ronald Bone, MD"
  },
  "note": [
    {
      "text": "It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com)"
    }
  ],
  "patientInstruction": "Test patient instruction"
}