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

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeServiceRequest
IdExample-DataStandardsWales-ServiceRequest-PathologyOrder-FBCLFT.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

Full blood count, Liver function test

Source1

{
  "resourceType": "ServiceRequest",
  "id": "Example-DSW-ServiceRequest-PathologyOrder-FBCLFT",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-ServiceRequest"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "Normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.nhs.wales/Id/lims-procedure-code",
      "value": "FBC, LFT"
    }
  ],
  "requisition": {
    "system": "https://fhir.nhs.wales/Id/wrrs-request-identifier",
    "value": "111046774"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/ValueSet/servicerequest-category",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ],
      "text": "Laboratory procedure"
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "721966001",
        "display": "Pathology order"
      }
    ],
    "text": "Pathology order"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice (NHS: 9912003444)"
  },
  "authoredOn": "2022-05-09T11:27:42.037+00:00",
  "requester": {
    "reference": "Practitioner/Example-DataStandardsWales-Practitioner-Consultant",
    "display": "..."
  },
  "specimen": [
    {
      "reference": "Specimen/Example-DataStandardsWales-Specimen-Blood",
      "display": "Blood"
    },
    {
      "reference": "Specimen/Example-DataStandardsWales-Specimen-Serum",
      "display": "Serum"
    }
  ],
  "note": [
    {
      "text": "Detail A,B,C"
    }
  ]
}