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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypeOrganization
IdOrganization-ad1-o1.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

Generated Narrative: Organization ad1-o1

identifier: Ura/11111111, https://cp1-test.example.org/departments/4cb35b96-f021-4e15-bf71-d67a6d4bebec

type: Huisartspraktijk (zelfstandig of groepspraktijk)

name: example General Practice

telecom: +3131599991, info@cp1.example.org

address: Vogelenzangweg 31 null null Ulft 7071 PT

endpoint: Endpoint FHIR Endpoint 1


Source1

{
  "resourceType": "Organization",
  "id": "ad1-o1",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "11111111"
    },
    {
      "system": "https://cp1-test.example.org/departments",
      "value": "4cb35b96-f021-4e15-bf71-d67a6d4bebec",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "11111111"
        }
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code": "Z3",
          "display": "Huisartspraktijk (zelfstandig of groepspraktijk)"
        }
      ]
    }
  ],
  "name": "example General Practice",
  "telecom": [
    {
      "system": "phone",
      "value": "+3131599991",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@cp1.example.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Vogelenzangweg 31",
        null,
        null
      ],
      "_line": [
        null,
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Vogelenzangweg"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "31"
            }
          ]
        }
      ],
      "city": "Ulft",
      "postalCode": "7071 PT"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/ad1-e1"
    }
  ]
}