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

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
Resource TypeOrganization
IdOrganization-StfOrganisation-Example.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 StfOrganisation-Example

identifier: https://fhir.gematik.de/sid/standesamt/SA12345

type: Standesamt

name: Standesamt Musterstadt

address: Rathausplatz 1 Musterstadt 12345 DE

partOf: Stadt Köln

contact

name: Max Mustermann(Official)

telecom: +49 123 456789, max.mustermann@standesamt-musterstadt.de


Source1

{
  "resourceType": "Organization",
  "id": "StfOrganisation-Example",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/stf/StructureDefinition/StfOrganisation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.gematik.de/sid/standesamt",
      "value": "SA12345"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS",
          "code": "StAmt",
          "display": "Standesamt"
        }
      ]
    }
  ],
  "name": "Standesamt Musterstadt",
  "address": [
    {
      "extension": [
        {
          "url": "http://ig.fhir.de/igs/stf/StructureDefinition/StfBundeslandExtension",
          "valueCoding": {
            "code": "DE-NW",
            "display": "Nordrhein-Westfalen"
          }
        }
      ],
      "type": "both",
      "line": [
        "Rathausplatz 1"
      ],
      "city": "Musterstadt",
      "postalCode": "12345",
      "country": "DE"
    }
  ],
  "partOf": {
    "display": "Stadt Köln"
  },
  "contact": [
    {
      "name": {
        "use": "official",
        "text": "Max Mustermann",
        "family": "Mustermann",
        "given": [
          "Max"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+49 123 456789",
          "use": "work"
        },
        {
          "system": "email",
          "value": "max.mustermann@standesamt-musterstadt.de",
          "use": "work"
        }
      ]
    }
  ]
}