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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeServiceRequest
IdServiceRequest-virtualWards.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": "b4a16b72-0403-4c2b-80e4-c57c7679b552",
  "status": "active",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/UBRN",
      "value": "b4a16b72-0403-4c2b-80e4-c57c7679b552"
    }
  ],
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "3457005",
          "display": "Patient referral"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386455001",
        "display": "Surveillance: community"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    },
    "display": "Rachel Kanfeld"
  },
  "occurrencePeriod": {
    "start": "2023-03-03T16:20:27+07:00"
  },
  "authoredOn": "2023-03-03T16:30:00+07:00",
  "requester": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RR8"
    }
  },
  "performer": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "RY6"
      },
      "display": "Leeds Community Healthcare Nhs Trust"
    }
  ],
  "reasonReference": [
    {
      "extension": [
        {
          "url": "https://fhir.nhs.uk/StructureDefinition/CodeableReference",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "44054006",
                "display": "Type 2 diabetes mellitus"
              }
            ]
          }
        }
      ],
      "type": "Condition",
      "identifier": {
        "system": "https://tools.ietf.org/html/rfc4122",
        "value": "81ee47ad-717d-413f-8ec9-62c19060da88"
      },
      "display": "Person reported complaints or issues (Symptoms)"
    }
  ],
  "supportingInfo": [
    {
      "reference": "QuestionnaireResponse/24c6c839-95a5-47e8-ad54-23c68bd4e6f2",
      "display": "Sample Referral Form"
    }
  ]
}