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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeServiceRequest
IdServiceRequest-betsysmith-johnson01-ServiceRequest-med-rec-order-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 betsysmith-johnson01-ServiceRequest-med-rec-order-01

status: Active

intent: Order

category: Evaluation procedure (procedure)

priority: ASAP

code: Referral to pharmacist (procedure)

subject: Betsy Smith-Johnson

occurrence: 2025-05-04 --> (ongoing)

authoredOn: 2025-05-04 15:45:00-0400

requester: PractitionerRole Internal Medicine Physician

performerType: Clinical pharmacist (occupation)

performer: PractitionerRole Pharmacist

locationCode: Skilled nursing facility

locationReference: Location Motor City Nursing Facility

note:

Referral for consulting clinical pharmacist for medication reconciliation


Source1

{
  "resourceType": "ServiceRequest",
  "id": "betsysmith-johnson01-ServiceRequest-med-rec-order-01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-service-request"
    ]
  },
  "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": "asap",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "306362008",
        "display": "Referral to pharmacist (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-betsysmith-johnson01",
    "display": "Betsy Smith-Johnson"
  },
  "occurrencePeriod": {
    "start": "2025-05-04"
  },
  "authoredOn": "2025-05-04T15:45:00-04:00",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-MD-HemaOnko"
  },
  "performerType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "734293001",
        "display": "Clinical pharmacist (occupation)"
      }
    ]
  },
  "performer": [
    {
      "reference": "PractitionerRole/PractitionerRole-Pharm-SashaAhmed"
    }
  ],
  "locationCode": [
    {
      "coding": [
        {
          "code": "SNF",
          "display": "Skilled nursing facility"
        }
      ]
    }
  ],
  "locationReference": [
    {
      "reference": "Location/org-Loc-Motor-City-Skilled-Nursing-Facility"
    }
  ],
  "note": [
    {
      "text": "Referral for consulting clinical pharmacist for medication reconciliation"
    }
  ]
}