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-PMONutritionServiceRequest1.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-PMONutritionServiceRequest1

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

status: Active

intent: Directive

category: Medically assisted nutrition orders

doNotPerform: true

code: Provide feeding through new or existing surgically-placed tubes

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-PMONutritionServiceRequest1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOMedicallyAssistedNutritionServiceRequest"
    ]
  },
  "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 nutrition to assess tolerance and effectiveness."
    }
  ],
  "status": "active",
  "intent": "directive",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "100825-9",
          "display": "Medically assisted nutrition orders"
        }
      ]
    }
  ],
  "doNotPerform": true,
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA33489-8",
        "display": "Provide feeding through new or existing surgically-placed tubes"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "authoredOn": "2024-03-29T14:25:34.001-05:00",
  "requester": {
    "reference": "Practitioner/Example-Kyle-Anydoc-Practitioner"
  }
}