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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypeOrganization
IdOrganization-lrza-o2.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 lrza-o2

identifier: Ura/22222222

type: Ziekenhuis, Hospital

name: example Hospital

telecom: +31301234567, info@cp2.example.org

address: Catharinastraat 21 Doetinchem 7001 BZ

endpoint: Endpoint FHIR Endpoint 2


Source1

{
  "resourceType": "Organization",
  "id": "lrza-o2",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization-lrza"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "22222222",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/kvk",
          "value": "50000535"
        }
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code": "V4",
          "display": "Ziekenhuis"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "22232009",
          "display": "Hospital"
        }
      ]
    }
  ],
  "name": "example Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "+31301234567",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@cp2.example.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Catharinastraat 21"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Catharinastraat"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "21"
            }
          ]
        }
      ],
      "city": "Doetinchem",
      "postalCode": "7001 BZ"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/lrza-e2"
    }
  ]
}