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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypeOrganization
IdOrganization-DentalCare-Organization-ASR.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

Organisatie: A.S.R.
Adres: Archimedeslaan 10, 3584 BA Utrecht

Source1

{
  "resourceType": "Organization",
  "id": "DentalCare-Organization-ASR",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer-Organization"
    ]
  },
  "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": [
        "Archimedeslaan 10"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Archimedeslaan"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "10"
            }
          ]
        }
      ],
      "use": "work",
      "city": "Utrecht",
      "postalCode": "3584 BA",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "NL",
                  "system": "urn:iso:std:iso:3166",
                  "display": "Netherlands"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "A.S.R."
}