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

FHIR IG analytics

Packagefhir.r4.wales.psom
Resource TypeBundle
IdExample-DataStandardsWales-PSOM-Bundle-Myeloma-PatientUpdate-PP.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": "Example-DataStandardsWales-PSOM-Bundle-Myeloma-PatientUpdate-PP",
  "identifier": {
    "system": "https://acme.com/fhir/Id/oracle-guid",
    "value": "67688565-8ff3-4814-b464-3ba31f2b48ea"
  },
  "type": "message",
  "timestamp": "2022-03-14T11:15:33+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:6b522db8-1509-48ce-adca-692d3032da23",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "6b522db8-1509-48ce-adca-692d3032da23",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader"
          ]
        },
        "eventCoding": {
          "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent",
          "code": "patient-update",
          "display": "Patient update"
        },
        "source": {
          "name": "Example PROMs provider",
          "endpoint": "https://nhspsom.examplepromsprovider.com"
        },
        "responsible": {
          "reference": "urn:uuid:35bdc9ae-598b-457d-8ecd-69340e27aa4f",
          "type": "Practitioner",
          "display": "Dr Dhiren Patel (GMC: 9630333)"
        },
        "focus": [
          {
            "reference": "urn:uuid:ccf11d9a-d280-46c4-88e3-481315f0cb38",
            "type": "Patient",
            "display": "Alice Jones"
          }
        ],
        "definition": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-PatientUpdate"
      }
    },
    {
      "fullUrl": "urn:uuid:ccf11d9a-d280-46c4-88e3-481315f0cb38",
      "resource": {
        "resourceType": "Patient",
        "id": "ccf11d9a-d280-46c4-88e3-481315f0cb38",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
          ]
        },
        "identifier": [
          {
            "extension": [
              {
                "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales",
                      "code": "nn",
                      "display": "Number present and traced using Welsh NHS AR"
                    }
                  ]
                }
              }
            ],
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9912003444"
          },
          {
            "system": "https://fhir.cavuhb.nhs.wales/Id/pas-identifier",
            "value": "A000003"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Jones",
            "given": [
              "Alice"
            ]
          }
        ],
        "gender": "female",
        "birthDate": "1980-09-13",
        "deceasedBoolean": true,
        "address": [
          {
            "postalCode": "CF62 9AZ"
          }
        ],
        "communication": [
          {
            "language": {
              "coding": [
                {
                  "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
                  "code": "cy",
                  "display": "Welsh"
                }
              ]
            },
            "preferred": true
          },
          {
            "language": {
              "coding": [
                {
                  "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
                  "code": "en",
                  "display": "English"
                }
              ]
            },
            "preferred": false
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:35bdc9ae-598b-457d-8ecd-69340e27aa4f",
      "resource": {
        "resourceType": "Practitioner",
        "id": "35bdc9ae-598b-457d-8ecd-69340e27aa4f",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.hl7.org.uk/Id/gmc-number",
            "value": "9630333"
          }
        ],
        "name": [
          {
            "family": "Patel",
            "given": [
              "Dhiren"
            ],
            "prefix": [
              "Dr"
            ]
          }
        ]
      }
    }
  ]
}