INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

Patient example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "patient-1",
  "meta" : {
    "lastUpdated" : "2019-11-24T06:25:11.715+00:00",
    "profile" : [
      "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-1</p><p><b>meta</b>: </p><p><b>identifier</b>: 9876543210, ABC8650149</p><p><b>name</b>: Bernie Kanfeld (OFFICIAL)</p><p><b>telecom</b>: ph: 0115 9737320(HOME), bernie.kanfeld@nhsdigital.nhs.uk(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1998-03-19</p><p><b>address</b>: Field Jardin Long Eaton Nottingham NG10 1ZZ (WORK)</p><p><b>maritalStatus</b>: Never Married <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v3/MaritalStatus code 'S' = 'Never Married', given as 'Never Married'})</span></p><p><b>generalPractitioner</b>: <a href=\"Patient-patient-1.html\">Dr. AA Bhatia. Generated Summary: id: practitioner-4; G8133438; active; AA Bhatia ; abhatia@nhs.skynet(WORK), ph: 0115 9737320(WORK); gender: male</a></p><p><b>managingOrganization</b>: <a href=\"Patient-patient-1.html\">The Moir Medical Centre. Generated Summary: id: organization-2; C81010; active; name: The Moir Medical Centre; ph: 0115 9737320(WORK)</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-EthnicCategory-1",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-EthnicCategory-1",
            "code" : "A",
            "display" : "British, Mixed British"
          }
        ]
      }
    }
  ],
  "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",
                "display" : "Number present and verified"
              }
            ]
          }
        }
      ],
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9876543210"
    },
    {
      "system" : "https://fhir.leedsth.nhs.uk/Id/pas-number",
      "value" : "ABC8650149"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Kanfeld",
      "given" : [
        "Bernie"
      ],
      "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-19",
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Field Jardin",
        "Long Eaton"
      ],
      "city" : "Nottingham",
      "district" : "Derbyshire",
      "postalCode" : "NG10 1ZZ"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/MaritalStatus",
        "code" : "S",
        "display" : "Never Married"
      }
    ]
  },
  "generalPractitioner" : [
    {
      "reference" : "Practitioner/practitioner-4",
      "display" : "Dr. AA Bhatia"
    }
  ],
  "managingOrganization" : {
    "reference" : "Organization/organization-2",
    "display" : "The Moir Medical Centre"
  }
}