FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-Example-Smith-Johnson-PMONutritionServiceRequest1.json |
| FHIR Version | R4 |
No resources found
No resources found
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
authoredOn: 2024-03-29 14:25:34-0500
requester: Practitioner Kyle Anydoc
{
"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"
}
}