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

Practitioner example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-4",
  "meta" : {
    "lastUpdated" : "2019-06-25T09:29:16.325+00:00",
    "profile" : [
      "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-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>: practitioner-4</p><p><b>meta</b>: </p><p><b>identifier</b>: G8133438</p><p><b>active</b>: true</p><p><b>name</b>: AA Bhatia </p><p><b>telecom</b>: abhatia@nhs.skynet(WORK), ph: 0115 9737320(WORK)</p><p><b>address</b>: The Moir Medical Centre Regent Street, Long Eaton Nottingham Nottingham NG10 1QQ (WORK)</p><p><b>gender</b>: male</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.hl7.org.uk/Id/gmc-number",
      "value" : "G8133438"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Bhatia",
      "given" : [
        "AA"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "abhatia@nhs.skynet",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "0115 9737320",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "The Moir Medical Centre",
        "Regent Street, Long Eaton",
        "Nottingham"
      ],
      "city" : "Nottingham",
      "district" : "Derbyshire",
      "postalCode" : "NG10 1QQ"
    }
  ],
  "gender" : "male"
}