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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeBundle
IdBundle-transaction-Condition-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": "Bundle",
  "id": "8dfcf404-b051-47d3-96c2-0a005ef7acc0",
  "identifier": {
    "system": "https://tools.ietf.org/html/rfc4122",
    "value": "8dfcf404-b051-47d3-96c2-0a005ef7acc0"
  },
  "type": "transaction",
  "timestamp": "2023-03-03T15:13:00+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:81ee47ad-717d-413f-8ec9-62c19060da88",
      "resource": {
        "resourceType": "Condition",
        "id": "81ee47ad-717d-413f-8ec9-62c19060da88",
        "identifier": [
          {
            "system": "https://tools.ietf.org/html/rfc4122",
            "value": "81ee47ad-717d-413f-8ec9-62c19060da88"
          }
        ],
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "active",
              "display": "Active"
            }
          ]
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code": "confirmed",
              "display": "Confirmed"
            }
          ]
        },
        "asserter": {
          "identifier": {
            "system": "https://fhir.hl7.org.uk/Id/gmc-number",
            "value": "C3266131"
          }
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/condition-category",
                "code": "encounter-diagnosis",
                "display": "Encounter Diagnosis"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "26322001",
              "display": "Bleeding from ear"
            }
          ]
        },
        "subject": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9876543210"
          },
          "display": "Rachel Kanfeld"
        }
      },
      "request": {
        "method": "POST",
        "url": "Condition"
      }
    }
  ]
}