Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions

: minimal-enrollment-Organization-Performer - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "minimal-enrollment-Organization-Performer",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization minimal-enrollment-Organization-Performer</b></p><a name=\"minimal-enrollment-Organization-Performer\"> </a><a name=\"hcminimal-enrollment-Organization-Performer\"> </a><a name=\"minimal-enrollment-Organization-Performer-en-US\"> </a><p><b>identifier</b>: Ura/URA-1</p><p><b>type</b>: <span title=\"Codes:{http://nictiz.nl/fhir/NamingSystem/organization-type V4}\">Ziekenhuis</span></p><p><b>name</b>: Zorg bij jou</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/ura",
      "value" : "URA-1"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code" : "V4",
          "display" : "Ziekenhuis"
        }
      ]
    }
  ],
  "name" : "Zorg bij jou"
}