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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeServiceRequest
IdServiceRequest-bmp.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 bmp

Profile: US Core ServiceRequest Profile version: 9.0.0

status: Active

intent: Order

category: Laboratory Order

code: Basic Metabolic Panel (BMP)

subject: Amy Shaw

encounter: Office Visit

authoredOn: 2024-10-13 10:59:38-0800

requester: Practitioner Ronald Bone

reasonCode: General adult medical examination


Source1

{
  "resourceType": "ServiceRequest",
  "id": "bmp",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/731000124108",
          "code": "108252007",
          "display": "Laboratory procedure (procedure)"
        }
      ],
      "text": "Laboratory Order"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24321-2",
        "display": "Basic metabolic 2000 panel - Serum or Plasma"
      }
    ],
    "text": "Basic Metabolic Panel (BMP)"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "encounter": {
    "reference": "Encounter/example-1",
    "display": "Office Visit"
  },
  "authoredOn": "2024-10-13T10:59:38-08:00",
  "requester": {
    "reference": "Practitioner/practitioner-1"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "Z00.00",
          "display": "Encounter for general adult medical examination without abnormal findings"
        }
      ],
      "text": "General adult medical examination"
    }
  ]
}