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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeLocation
Idnl-core-HealthcareProvider-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

Locatie.
Naam
Contactgegevens+31107040704 (Tel Werk)
info@erasmus.nl (E-mail Werk)
Adress-Gravendijkwal 230, 3015 CE Rotterdam (Werk)

Source1

{
  "resourceType": "Location",
  "id": "nl-core-HealthcareProvider-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  },
  "managingOrganization": {
    "reference": "Organization/nl-core-HealthcareProvider-Organization-01",
    "type": "Organization",
    "display": "Healthcare provider (organization), Erasmus Universitair Medisch Centrum"
  }
}