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 - XML Representation

(back to description)

Raw xml

Source view


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-200001"/>
  <meta>
    <profile
             value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
    <value value="RC8"/>
  </identifier>
  <name value="North Riding NHS Trust"/>
</Organization>