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

FHIR IG analytics

Packagehl7.fhir.it.lab-report
Resource TypeServiceRequest
IdServiceRequest-463ae6fe-60d4-4b38-84b3-1008e0925678.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

Resource ServiceRequest "463ae6fe-60d4-4b38-84b3-1008e0925678"

Profile: ServiceRequest - Lab Report

identifier: 12345 (period: 2023-03-15 --> 2023-04-15)

requisition: 1300A4000000248

status: completed

intent: order

category: Laboratory procedure (SNOMED CT#108252007)

priority: routine

code: Leukocyte poor blood preparation (SNOMED CT#5357009)

subject: urn:uuid:8472931c-fbd0-437b-9ed1-4f66472c78b5

authoredOn: 2023-03-15

reasonCode: Pregestational diabetes mellitus AND/OR impaired glucose tolerance, modified White class F (SNOMED CT#4307007)

specimen: urn:uuid:168d4960-0a0b-43af-8025-180f0965f325


Source1

{
  "resourceType": "ServiceRequest",
  "id": "463ae6fe-60d4-4b38-84b3-1008e0925678",
  "meta": {
    "profile": [
      "http://hl7.it/fhir/lab-report/StructureDefinition/servicerequest-it-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "12345",
      "period": {
        "start": "2023-03-15",
        "end": "2023-04-15"
      }
    }
  ],
  "requisition": {
    "value": "1300A4000000248"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "5357009",
        "display": "Leukocyte poor blood preparation"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:8472931c-fbd0-437b-9ed1-4f66472c78b5"
  },
  "authoredOn": "2023-03-15",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "4307007",
          "display": "Pregestational diabetes mellitus AND/OR impaired glucose tolerance, modified White class F"
        }
      ]
    }
  ],
  "specimen": [
    {
      "reference": "urn:uuid:168d4960-0a0b-43af-8025-180f0965f325"
    }
  ]
}