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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeOrganization
Idmedmij-gbz-nl-core-organization-b8a2ed37-cab2-4cd5-ab03-09a65ea565ab.json
FHIR VersionR3

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": "b8a2ed37-cab2-4cd5-ab03-09a65ea565ab",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value": "45678912"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "321654897"
    },
    {
      "system": "http://nictiz.nl/fhir/NamingSystem/lvr",
      "value": "1808"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code": "G3",
          "display": "Verloskundigenpraktijk"
        }
      ]
    }
  ],
  "name": "Verloskundigenpraktijk Dalen",
  "address": [
    {
      "line": [
        "In de lucht 3 B"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "In de lucht"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "3"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "B"
            }
          ]
        }
      ],
      "city": "Utrecht",
      "district": "Utrecht",
      "postalCode": "3333ZA",
      "country": "Nederland",
      "_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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}