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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.immunization
Resource TypeOrganization
Idnl-core-HPrv-Org--Org-2165281100733-10000006.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "nl-core-HPrv-Org--Org-2165281100733-10000006",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "10000006"
    }
  ],
  "name": "GGD test 06",
  "telecom": [
    {
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                  "code": "MC",
                  "display": "Mobiel telefoonnummer"
                }
              ]
            }
          }
        ]
      },
      "value": "+31612345678"
    }
  ],
  "address": [
    {
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "NL",
                  "display": "Netherlands"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}