3.0.0 - CI Build

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

Patient Create FHIR Message - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Bundle",
  "id" : "patient-create",
  "identifier" : {
    "value" : "13403891320453338075"
  },
  "type" : "message",
  "entry" : [
    {
      "fullUrl" : "urn:oid:f3dc4d1d-75c4-453c-8bf0-5769e97aba3e",
      "resource" : {
        "resourceType" : "MessageHeader",
        "id" : "f3dc4d1d-75c4-453c-8bf0-5769e97aba3e",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f3dc4d1d-75c4-453c-8bf0-5769e97aba3e</p><p><b>event</b>: Patient Create (Details: [not stated] code patient-create = 'patient-create', stated as 'Patient Create')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>ROUTE</td></tr></table><p><b>sender</b>: RCB</p><p><b>timestamp</b>: 2 Jan 2010, 12:15:00</p><p><b>focus</b>: <a href=\"#backboneelement_1b1732b7-9941-4a19-ba62-d0b3b3b0a785\">Generated Summary: unknown resource entry</a></p></div>"
        },
        "event" : {
          "code" : "patient-create",
          "display" : "Patient Create"
        },
        "destination" : [
          {
            "name" : "ROUTE"
          }
        ],
        "sender" : {
          "identifier" : {
            "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
            "value" : "RCB"
          },
          "display" : "RCB"
        },
        "timestamp" : "2010-01-02T12:15:00.000+00:00",
        "focus" : [
          {
            "reference" : "urn:oid:1b1732b7-9941-4a19-ba62-d0b3b3b0a785"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:oid:1b1732b7-9941-4a19-ba62-d0b3b3b0a785",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "1b1732b7-9941-4a19-ba62-d0b3b3b0a785",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 1b1732b7-9941-4a19-ba62-d0b3b3b0a785</p><p><b>identifier</b>: 3333333333</p><p><b>name</b>: FREDRICA SMITH </p><p><b>telecom</b>: ph: +441234567890(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1965-11-12</p><p><b>address</b>: MALTON YO32 5TT (HOME)</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>FRANCESCA SMITH </td><td>MALTON YO32 5TT (HOME)</td></tr></table><p><b>generalPractitioner</b>: Dr Gregory Townley</p><p><b>managingOrganization</b>: MALTON GP PRACTICE</p></div>"
        },
        "identifier" : [
          {
            "extension" : [
              {
                "url" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
                      "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"
        }
      }
    }
  ]
}