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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeLocation
Idnl-core-location-01.json
FHIR VersionR3

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. Id: 161386e9-8fdf-11ec-1219-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6)
NaamOrthopodie afdeling ACME in Den Haag
Contactgegevensinfo@nictiz.nl (E-mail Werk)
+31611234567 (Tel Privé)
AdresOude middeweg 55, 9132AG Den Haag, NLD (officieel Privé (hoofd) Post / Bezoek)

Source1

{
  "resourceType": "Location",
  "id": "nl-core-location-01",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-location"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "161386e9-8fdf-11ec-1219-020000000000"
    }
  ],
  "name": "Orthopodie afdeling ACME in Den Haag",
  "telecom": [
    {
      "system": "email",
      "value": "info@nictiz.nl",
      "use": "work"
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/AddressUse",
                "code": "MC",
                "display": "Mobile Phone"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "+31611234567",
      "use": "home"
    }
  ],
  "address": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/AddressUse",
              "code": "HP",
              "display": "Officieel adres"
            }
          ]
        }
      },
      {
        "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
        "valueBoolean": true
      }
    ],
    "use": "home",
    "type": "both",
    "line": [
      "Oude middeweg 55"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Knolweg"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "55"
          }
        ]
      }
    ],
    "city": "Den Haag",
    "postalCode": "9132AG",
    "country": "NLD",
    "_country": {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:oid:2.16.840.1.113883.2.4.4.16.34",
                "code": "6030",
                "display": "Nederland"
              }
            ]
          }
        }
      ]
    }
  },
  "managingOrganization": {
    "reference": "Organization/nl-core-organization-02",
    "display": "Orthopedie - UMCG"
  },
  "partOf": {
    "reference": "Location/nl-core-location-02",
    "display": "ACME in Den Haag"
  }
}