FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeOrganization
Idnl-core-HealthcareProvider-Organization-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Organisatie. Id: 06020806 (URA)
NaamErasmus Universitair Medisch Centrum
Type
Medisch specialisten, cardiologie
Universitair Medisch Centrum
Contactgegevens+31107040704 (Tel Werk)
info@erasmus.nl (E-mail Werk)
Adress-Gravendijkwal 230, 3015 CE Rotterdam (Werk)

Source1

{
  "resourceType": "Organization",
  "id": "nl-core-HealthcareProvider-Organization-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}