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

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 9.01 Organization Medical Service Centre - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "hospitalx-msc",
  "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 hospitalx-msc</b></p><a name=\"hospitalx-msc\"> </a><a name=\"hchospitalx-msc\"> </a><a name=\"hospitalx-msc-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-2</p><p><b>name</b>: Medical Service Centre</p><p><b>telecom</b>: <a href=\"tel:+31301234567\">+31301234567</a>, <a href=\"mailto:info@msc.nl\">info@msc.nl</a></p><p><b>address</b>: Herculesplein 38 Utrecht 3584 AA </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/ura",
      "value" : "URA-2"
    }
  ],
  "name" : "Medical Service Centre",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31301234567",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "info@msc.nl",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "Herculesplein 38"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Herculesplein"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "38"
            }
          ]
        }
      ],
      "city" : "Utrecht",
      "postalCode" : "3584 AA"
    }
  ]
}