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

: nl-core-HealthcareProvider-Organization-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "nl-core-HealthcareProvider-Organization-01",
  "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 nl-core-HealthcareProvider-Organization-01</b></p><a name=\"nl-core-HealthcareProvider-Organization-01\"> </a><a name=\"hcnl-core-HealthcareProvider-Organization-01\"> </a><a name=\"nl-core-HealthcareProvider-Organization-01-en-US\"> </a><p><b>identifier</b>: Ura/06020806</p><p><b>type</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.6.7 0320}\">Medisch specialisten, cardiologie</span>, <span title=\"Codes:{http://nictiz.nl/fhir/NamingSystem/organization-type V5}\">Universitair Medisch Centrum</span></p><p><b>name</b>: Erasmus Universitair Medisch Centrum</p><p><b>telecom</b>: <a href=\"tel:+31107040704\">+31107040704</a>, <a href=\"mailto:info@erasmus.nl\">info@erasmus.nl</a></p><p><b>address</b>: s-Gravendijkwal 230 Rotterdam 3015 CE (work)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/ura",
      "value" : "06020806"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.4.6.7",
          "version" : "2020-10-23T00:00:00",
          "code" : "0320",
          "display" : "Medisch specialisten, cardiologie"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code" : "V5",
          "display" : "Universitair Medisch Centrum"
        }
      ]
    }
  ],
  "name" : "Erasmus Universitair Medisch Centrum",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31107040704",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "info@erasmus.nl",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "code" : "WP",
                "display" : "Work Place"
              }
            ]
          }
        }
      ],
      "use" : "work",
      "line" : [
        "s-Gravendijkwal 230"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "s-Gravendijkwal"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "230"
            }
          ]
        }
      ],
      "city" : "Rotterdam",
      "postalCode" : "3015 CE"
    }
  ]
}