4.0.0 - CI Build

Care Connect Messaging - Local Development build (v4.0.0). See the Directory of published versions

: Patient Create FHIR Message - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "patient-create",
  "identifier" : {
    "system" : "https://fhir.mytrust.nhs.uk/Id/RCB/PAS",
    "value" : "13403891320453338075"
  },
  "type" : "message",
  "entry" : [
    {
      "fullUrl" : "urn:oid:844ebe20-78f0-4d77-8890-44d588717ca9",
      "resource" : {
        "resourceType" : "MessageHeader",
        "id" : "844ebe20-78f0-4d77-8890-44d588717ca9",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p></div>"
        },
        "eventCoding" : {
          "system" : "https://project-wildfyre.github.io/careconnect-messaging-r4/CodeSystem/message-events",
          "code" : "patient-create",
          "display" : "patient-create"
        },
        "destination" : [
          {
            "name" : "ROUTE",
            "target" : {
              "display" : "ROUTE"
            },
            "endpoint" : "ROUTE"
          }
        ],
        "sender" : {
          "identifier" : {
            "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
            "value" : "RCB"
          },
          "display" : "RCB"
        },
        "source" : {
          "name" : "PAS",
          "endpoint" : "PAS"
        },
        "focus" : [
          {
            "reference" : "urn:oid:221c028d-e15b-4d60-8035-c460c8231fa3"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:oid:221c028d-e15b-4d60-8035-c460c8231fa3",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "221c028d-e15b-4d60-8035-c460c8231fa3",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p></div>"
        },
        "identifier" : [
          {
            "extension" : [
              {
                "url" : "https://fhir.nhs.uk/R4/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "https://fhir.nhs.uk/R4/CodeSystem/UKCore-NHSNumberVerificationStatus",
                      "code" : "01"
                    }
                  ]
                }
              }
            ],
            "system" : "https://fhir.nhs.uk/Id/nhs-number",
            "value" : "3333333333"
          }
        ],
        "name" : [
          {
            "family" : "SMITH",
            "given" : [
              "FREDRICA"
            ],
            "prefix" : [
              "MRS"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+441234567890",
            "use" : "home"
          }
        ],
        "gender" : "female",
        "birthDate" : "1965-11-12",
        "address" : [
          {
            "use" : "home",
            "city" : "MALTON",
            "district" : "NORTH YORKSHIRE",
            "postalCode" : "YO32 5TT"
          }
        ],
        "contact" : [
          {
            "name" : {
              "family" : "SMITH",
              "given" : [
                "FRANCESCA"
              ],
              "prefix" : [
                "MRS"
              ]
            },
            "address" : {
              "use" : "home",
              "city" : "MALTON",
              "district" : "NORTH YORKSHIRE",
              "postalCode" : "YO32 5TT"
            }
          }
        ],
        "generalPractitioner" : [
          {
            "identifier" : {
              "system" : "https://fhir.hl7.org.uk/Id/gmc-number",
              "value" : "G5612908"
            },
            "display" : "Dr Gregory Townley"
          }
        ],
        "managingOrganization" : {
          "identifier" : {
            "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
            "value" : "Y06601"
          },
          "display" : "MALTON GP PRACTICE"
        }
      }
    }
  ]
}