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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypeLocation
IdLocation-DentalCare-Location-CWZ-Nijmegen.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: CWZ Nijmegen
Telefoon: 0246412121
Adres: Weg door Jonkerbos 100, 6532 SZ Nijmegen
Beherende organisatie: Ministerie van Defensie DTD Tandheelkunde

Source1

{
  "resourceType": "Location",
  "id": "DentalCare-Location-CWZ-Nijmegen",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider"
    ]
  },
  "address": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
        "valueCodeableConcept": {
          "coding": [
            {
              "code": "WP",
              "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
              "display": "Work Place"
            }
          ]
        }
      }
    ],
    "line": [
      "Weg door Jonkerbos 100"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Weg door Jonkerbos"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "100"
          }
        ]
      }
    ],
    "use": "work",
    "city": "Nijmegen",
    "postalCode": "6532 SZ"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "CWZ Nijmegen",
  "telecom": [
    {
      "system": "phone",
      "value": "0246412121",
      "use": "work"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/DentalCare-Organization-Defensie-Tandheelkundige-Dienst",
    "display": "Ministerie van Defensie DTD Tandheelkunde"
  }
}