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

FHIR IG analytics

Packagevzvz.covid-vaccinations
Resource TypeOrganization
Idnl-core-HealthcareProvider-Organization-example.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-HealthcareProvider-Organization-example",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "[URA]"
    }
  ],
  "name": "[organisatie naam]",
  "telecom": [
    {
      "system": "phone",
      "value": "[telefoon organisatie]",
      "use": "work"
    },
    {
      "system": "email",
      "value": "[email adres organisatie]",
      "use": "work"
    }
  ]
}