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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeServiceRequest
IdServiceRequest-VioletGartner01-servicerequest-PT-01.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 VioletGartner01-servicerequest-PT-01

status: Active

intent: Order

category: Evaluation procedure (procedure)

priority: Routine

code: Physical therapy assessment (procedure)

subject: Violet Gartner

occurrence: 2026-01-13 --> (ongoing)

authoredOn: 2026-01-10 19:13:00-0500

requester: PractitionerRole Emergency Medicine Physician

reasonReference: Condition Displaced oblique fracture of shaft of humerus, right arm


Source1

{
  "resourceType": "ServiceRequest",
  "id": "VioletGartner01-servicerequest-PT-01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "386053000",
          "display": "Evaluation procedure (procedure)"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "410158009",
        "display": "Physical therapy assessment (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-VioletGartner01",
    "display": "Violet Gartner"
  },
  "occurrencePeriod": {
    "start": "2026-01-13"
  },
  "authoredOn": "2026-01-10T19:13:00-05:00",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-Physician-PriyaSarkar"
  },
  "reasonReference": [
    {
      "reference": "Condition/VioletGartner01-condition-RightHumerusBreak-01"
    }
  ]
}