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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeEpisodeOfCare
IdEpisodeOfCare-AcuteHospital-Diabetes.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": "EpisodeOfCare",
  "id": "4d02c32f-7975-4f7a-a462-0446385f39a2",
  "identifier": [
    {
      "system": "http://example.org/sampleepisodeofcare-identifier",
      "value": "4d02c32f-7975-4f7a-a462-0446385f39a2"
    }
  ],
  "status": "active",
  "statusHistory": [
    {
      "status": "active",
      "period": {
        "start": "2022-12-15"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
          "code": "hacc",
          "display": "Home and Community Care"
        }
      ],
      "text": "Should this say virtual wards?"
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "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": "Type 2 diabetes mellitus. This is like a R5 CodeableReference"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "CC",
            "display": "Chief complaint"
          }
        ]
      },
      "rank": 1
    }
  ],
  "patient": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    }
  },
  "managingOrganization": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RR8"
    }
  },
  "period": {
    "start": "2022-12-15"
  },
  "referralRequest": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/UBRN",
        "value": "b4a16b72-0403-4c2b-80e4-c57c7679b552"
      },
      "display": "Referral Virtual Ward Services"
    }
  ],
  "careManager": {
    "identifier": {
      "system": "https://fhir.hl7.org.uk/Id/gmc-number",
      "value": "C3266131"
    }
  },
  "team": [
    {
      "identifier": {
        "value": "a85535c8-a0ba-4bae-bce9-8a245123ad8f"
      },
      "display": "Diabetes Care Team"
    }
  ]
}