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

FHIR IG analytics

Packagede.thieme-compliance.anamnese
Resource TypeOrganization
IdOrganization-EcpKostentraeger-example-1.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": "EcpKostentraeger-example-1",
  "meta": {
    "profile": [
      "https://thieme-compliance.de/fhir/StructureDefinition/EcpKostentraeger"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.de/sid/arge-ik/iknr",
      "value": "105810615"
    }
  ],
  "address": [
    {
      "line": [
        "Basler Straße 2"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Basler Straße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "2"
            }
          ]
        }
      ],
      "postalCode": "61352",
      "city": "Bad Homburg v.d.H."
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "10",
          "system": "http://fhir.de/CodeSystem/arge-ik/klassifikation"
        }
      ]
    }
  ],
  "name": "AOK Hessen"
}