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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeServiceRequest
IdPathology-ServiceRequest-Lab-Sn-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Pathology-ServiceRequest-Lab-Sn-Example",
  "meta": {
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC"
          }
        ],
        "text": "Placer"
      },
      "system": "http://B82033-pickeringmedicalpractice.com/labrequest",
      "value": "REQ-20220307-000046-001"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL"
          }
        ],
        "text": "Filler"
      },
      "system": "http://B82033-pickeringmedicalpractice.com/labrequest",
      "value": "REP-20220307-000247"
    }
  ],
  "requisition": {
    "system": "http://B82033-pickeringmedicalpractice.com/labrequest",
    "value": "REQ-20220307-000046"
  },
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "43396009",
        "display": "Haemoglobin A1c measurement"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4",
    "display": "WELSH, Joel"
  },
  "authoredOn": "2022-01-29T10:24:00+00:00",
  "requester": {
    "reference": "urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe",
    "display": "GASKELL, Dr Gale"
  },
  "performer": [
    {
      "reference": "urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338",
      "display": "TD008362 PATH LAB 001"
    }
  ],
  "reasonCode": [
    {
      "text": "Diabetes type 1 monitoring."
    }
  ],
  "reasonReference": [
    {
      "reference": "urn:uuid:12c09bac-b108-4c48-8882-7c8daddf17fa",
      "display": "Type 1 diabetes mellitus"
    }
  ],
  "specimen": [
    {
      "reference": "urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d"
    }
  ],
  "note": [
    {
      "text": "Patient has a needle phobia."
    }
  ]
}