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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4b
Resource TypeServiceRequest
IdServiceRequest-servicerequest-example-ach-ach-pass2-glucose.json
FHIR VersionR4B

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 servicerequest-example-ach-ach-pass2-glucose

identifier: Placer Identifier/1019631824 (use: usual, )

status: Completed

intent: Original Order

category: Laboratory procedure

code: Glucose

quantity: 2

subject: Pass2 ACH

encounter: Hospital Admission

occurrence: Code , Count 2 times, Once per 1 day

authoredOn: 2024-01-31 22:21:00-0500


Source1

{
  "resourceType": "ServiceRequest",
  "id": "servicerequest-example-ach-ach-pass2-glucose",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ],
        "text": "Placer Identifier"
      },
      "system": "http://example.org/identifiers/798",
      "value": "1019631824"
    }
  ],
  "status": "completed",
  "intent": "original-order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ],
      "text": "Laboratory procedure"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "41653-7",
        "display": "Glucose [Mass/volume] in Capillary blood by Glucometer"
      }
    ],
    "text": "Glucose"
  },
  "quantityQuantity": {
    "value": 2
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass2",
    "display": "Pass2 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass2-inpatient",
    "display": "Hospital Admission"
  },
  "occurrenceTiming": {
    "repeat": {
      "count": 2,
      "period": 1,
      "periodUnit": "d"
    },
    "code": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
          "code": "BID"
        }
      ]
    }
  },
  "authoredOn": "2024-01-31T22:21:00-05:00"
}