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

FHIR IG analytics

Packageishmed.i14y.r4.de
Resource TypeOrganization
IdOrganization-ex-org2d.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",
  "id": "ex-org2d",
  "meta": {
    "profile": [
      "http://fhir.ishmed.com/R4/StructureDefinition/OrganizationCoreDe"
    ],
    "lastUpdated": "2022-08-30T00:00:00Z",
    "versionId": "2.0.0"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "BSNR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Primary physician office number"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "026543200"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "dept"
        }
      ]
    }
  ],
  "partOf": {
    "reference": "Organization/ex-org2c"
  }
}