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

FHIR IG analytics

Packagetest.no.basis
Resource TypeOrganization
Idno-basis-Organization-example.json
FHIR VersionR4

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",
  "meta": {
    "profile": [
      "http://hl7.no/fhir/StructureDefinition/no-basis-Organization"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.578.1.12.4.1.4.101",
      "value": "915933149"
    }
  ],
  "name": "Direktoratet for e-Helse",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
          "valueBoolean": true
        }
      ],
      "type": "postal",
      "line": [
        "Postboks 221 Skøyen"
      ],
      "city": "OSLO",
      "postalCode": "0213"
    },
    {
      "extension": [
        {
          "url": "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
          "valueBoolean": true
        }
      ],
      "type": "physical",
      "line": [
        "Verkstedveien 1"
      ],
      "city": "OSLO",
      "postalCode": "0277"
    }
  ]
}