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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeServiceRequest
IdServiceRequest-servicerequest-example-ach-ach-pass1-csf.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 servicerequest-example-ach-ach-pass1-csf

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

status: Completed

intent: Original Order

category: Laboratory procedure

code: Differential panel - Cerebral spinal fluid

quantity: 1

subject: Pass1 ACH

encounter: Hospital Admission

occurrence: Code , Events: 2024-02-02 17:22:30-0500 , Count 1 times, Once

authoredOn: 2024-02-02 17:22:30-0500

specimen: Specimen: identifier = http://example.org/identifiers/798.32#C104082902,http://example.org/identifiers/798.800#C10408290:42; type = Cerebral spinal fluid; receivedTime = 2024-02-02 18:20:00-0500


Source1

{
  "resourceType": "ServiceRequest",
  "id": "servicerequest-example-ach-ach-pass1-csf",
  "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": "1019631822"
    }
  ],
  "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": "29584-0",
        "display": "Differential panel - Cerebral spinal fluid"
      }
    ],
    "text": "Differential panel - Cerebral spinal fluid"
  },
  "quantityQuantity": {
    "value": 1
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass1",
    "display": "Pass1 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass1",
    "display": "Hospital Admission"
  },
  "occurrenceTiming": {
    "event": [
      "2024-02-02T17:22:30-05:00"
    ],
    "repeat": {
      "count": 1
    },
    "code": {
      "text": "Once"
    }
  },
  "authoredOn": "2024-02-02T17:22:30-05:00",
  "specimen": [
    {
      "reference": "Specimen/specimen-example-ach-ach-pass1-csf"
    }
  ]
}