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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeOrganization
Idgpdata-organization-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

Organisatie. Id: 00003333 (URA), 15942c41-8fdf-11ec-1334-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6)
NaamAesculaap
TypeHuisartspraktijk (zelfstandig of groepspraktijk)
AdresValkendael 45, 6245HK Maastricht, NLD (Werk)

Source1

{
  "resourceType": "Organization",
  "id": "gpdata-organization-01",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "00003333"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "15942c41-8fdf-11ec-1334-020000000000"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code": "Z3",
          "display": "Huisartspraktijk (zelfstandig of groepspraktijk)"
        }
      ]
    }
  ],
  "name": "Aesculaap",
  "address": [
    {
      "use": "work",
      "line": [
        "Valkendael 45"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Valkendael"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "45"
            }
          ]
        }
      ],
      "city": "Maastricht",
      "postalCode": "6245HK",
      "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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}