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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeServiceRequest
IdServiceRequest-Example-Smith-Johnson-PMOHydrationServiceRequest1.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 Example-Smith-Johnson-PMOHydrationServiceRequest1

Trial Period: One week trial period for medically assisted hydration to assess tolerance and effectiveness.

status: Active

intent: Directive

category: Medically assisted hydration order

doNotPerform: false

code: Intravenous fluid replacement (procedure)

subject: Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)

authoredOn: 2024-03-29 14:25:34-0500

requester: Practitioner Kyle Anydoc


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Example-Smith-Johnson-PMOHydrationServiceRequest1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOMedicallyAssistedHydrationServiceRequest"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-trialperiod-extension",
      "valueString": "One week trial period for medically assisted hydration to assess tolerance and effectiveness."
    }
  ],
  "status": "active",
  "intent": "directive",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/pacio-adi/CodeSystem/adi-temp-cs",
          "code": "pmo-medically-assisted-hydration-service-request",
          "display": "Medically assisted hydration order"
        }
      ]
    }
  ],
  "doNotPerform": false,
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "281800008",
        "display": "Intravenous fluid replacement (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "authoredOn": "2024-03-29T14:25:34.001-05:00",
  "requester": {
    "reference": "Practitioner/Example-Kyle-Anydoc-Practitioner"
  }
}