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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeBundle
IdBundle-message-encounter.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": "7fbd2029-975c-43d3-9738-47ae7d5ca4fc",
  "identifier": {
    "system": "https://tools.ietf.org/html/rfc4122",
    "value": "7fbd2029-975c-43d3-9738-47ae7d5ca4fc"
  },
  "type": "message",
  "timestamp": "2021-09-17T12:20:00.742000+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:844ebe20-78f0-4d77-8890-44d588717ca9",
      "resource": {
        "resourceType": "MessageHeader",
        "eventCoding": {
          "system": "https://fhir.nhs.uk/CodeSystem/message-event",
          "code": "encounter"
        },
        "destination": [
          {
            "endpoint": "urn:nhs-uk:addressing:mesh:Y90638OT002",
            "receiver": {
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "Y9062"
              },
              "display": "Elmet Healthcare1"
            }
          }
        ],
        "sender": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "V99998"
          },
          "display": "Elmet Healthcare2"
        },
        "source": {
          "endpoint": "urn:nhs-uk:addressing:mesh:Y90638OT001"
        },
        "focus": [
          {
            "reference": "urn:uuid:506ab3bc-8efa-40bc-a7ad-1643d467eb4f"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:506ab3bc-8efa-40bc-a7ad-1643d467eb4f",
      "resource": {
        "resourceType": "Encounter",
        "contained": [
          {
            "resourceType": "PractitionerRole",
            "id": "consultant",
            "practitioner": {
              "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G5654321"
              },
              "display": "Dr Gregory Townley"
            },
            "organization": {
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "V99998"
              },
              "display": "ABCD ONLINE PROVIDER"
            },
            "healthcareService": [
              {
                "identifier": {
                  "system": "http://fhir.nhs.uk/Id/dos-service-id",
                  "value": "1234567"
                },
                "display": "Online Consultations Service"
              }
            ]
          }
        ],
        "class": {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "VR"
        },
        "identifier": [
          {
            "system": "https://tools.ietf.org/html/rfc4122",
            "value": "506ab3bc-8efa-40bc-a7ad-1643d467eb4f"
          }
        ],
        "status": "finished",
        "participant": [
          {
            "individual": {
              "reference": "#consultant"
            }
          }
        ],
        "period": {
          "start": "2021-10-20T09:15:00+10:00"
        },
        "type": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "448337001",
                "display": "Telemedicine consultation with patient"
              }
            ]
          }
        ],
        "serviceType": {
          "coding": [
            {
              "system": "https://fhir.nhs.uk/CodeSystem/NHSDataModelAndDictionary-treatment-function",
              "code": "100",
              "display": "GENERAL SURGERY"
            }
          ]
        },
        "subject": {
          "reference": "urn:uuid:b4938675-8124-4eef-a7f4-7d53b2172073"
        },
        "serviceProvider": {
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "V99998"
          },
          "display": "ABCD ONLINE PROVIDER"
        }
      }
    },
    {
      "fullUrl": "urn:uuid:b4938675-8124-4eef-a7f4-7d53b2172073",
      "resource": {
        "resourceType": "Patient",
        "identifier": [
          {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9876543219"
          }
        ],
        "active": true,
        "name": [
          {
            "use": "official",
            "family": "Dora",
            "given": [
              "Praveen"
            ],
            "prefix": [
              "Miss"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "0115 9737320",
            "use": "home"
          },
          {
            "system": "email",
            "value": "bernie.kanfeld@nhsdigital.nhs.uk",
            "use": "home"
          }
        ],
        "gender": "female",
        "birthDate": "1998-03-13",
        "address": [
          {
            "use": "work",
            "type": "both",
            "line": [
              "Field Jardin",
              "Long Eaton"
            ],
            "city": "Nottingham",
            "district": "Derbyshire",
            "postalCode": "NG10 1ZZ"
          }
        ],
        "generalPractitioner": [
          {
            "identifier": {
              "system": "https://fhir.nhs.uk/Id/ods-organization-code",
              "value": "F83004"
            },
            "display": "ARCHWAY MEDICAL CENTRE"
          }
        ]
      }
    }
  ]
}