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

Organization NHS Trust example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Organization",
  "id" : "organization-200001",
  "meta" : {
    "profile" : [
      "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-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>: organization-200001</p><p><b>meta</b>: </p><p><b>identifier</b>: RC8</p><p><b>name</b>: North Riding NHS Trust</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
      "value" : "RC8"
    }
  ],
  "name" : "North Riding NHS Trust"
}