HiGHmed

HiGHmed - Infection Control - ImplementationGuide

Empfängerstandort - Organization


Abbildung Standort (Organization) - HiGHmed Use Case Infection Control

Hinweis Under Construction!
ig_bilder_Warning Das Use-Case-übergreifende Erweiterungsmodul 'Strukturdaten' des Kerndatensatzes der Medizininformatik-Initative befindet zur Zeit der Veröffentlichung dieses Profil noch im Aufbau. Anpassungen im Zuge einer Harmonisierung sind somit noch möglich. Weitere Infos siehe ArtDecor Modell Strukturdaten

Beschreibung

Das vorliegende abgeleitete Profil beschreibt eine Organization im HiGHmed Projekt, Infection Control.

NameCanonical
Profile_HiGHmed_InfectionControl_Organizationhttp://highmed.org/fhir/StructureDefinition/ic/Organization

Differential

identifierS Σ I1..1Identifier
activeS Σ ?!0..1boolean
typeS Σ1..1CodeableConcept
nameS Σ I1..1string

Alle Elemente für das Konzept Einsenderstandort des Use Case - Infection Control lassen sich durch das oben genannte Profil wie folgt abbilden:


Mapping

Logischer Datensatz FHIR Element
Mikrobiologischerbefund.Empfängerstandort.Typ Organization.type
Mikrobiologischerbefund.Empfängerstandort.Name Organization.name
Mikrobiologischerbefund.Empfängerstandort.Organisationsschlüssel Organization.identifier
Mikrobiologischerbefund.Empfängerstandort.Aktiv-Inaktiv Organization.active
Mikrobiologischerbefund.Empfängerstandort.ZusätzlicheBeschreibung Organization.extension:zusaetzlicheBeschreibung
Logischer Datensatz FHIR Element
Mikrobiologischerbefund.DetailsderTestanforderung.Einsenderstandort.Typ Organization.type
Mikrobiologischerbefund.DetailsderTestanforderung.Einsenderstandort.Name Organization.name
Mikrobiologischerbefund.DetailsderTestanforderung.Einsenderstandort.Organisationsschlüssel Organization.identifier
Mikrobiologischerbefund.DetailsderTestanforderung.Einsenderstandort.Aktiv-Inaktiv Organization.active
Mikrobiologischerbefund.DetailsderTestanforderung.Einsenderstandort.ZusätzlicheBeschreibung Organization.extension:zusaetzlicheBeschreibung

Snapshot

identifierS Σ I1..1Identifier
activeS Σ ?!0..1boolean
typeS Σ1..1CodeableConcept
nameS Σ I1..1string
alias0..*string
telecomI0..*ContactPoint
addressI0..*Address
partOfΣ0..1Reference(Organization)
endpoint0..*Reference(Endpoint)


Beispiele

{
    "resourceType": "Organization",
    "id": "ExampleHiGHmedInfectionControlOrganization",
    "meta": {
        "profile":  [
            "http://highmed.org/fhir/StructureDefinition/ic/Organization"
        ]
    },
    "identifier":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "XX"
                    }
                ]
            },
            "system": "http://fhir.de/sid/arge-ik/iknr",
            "value": "261101015"
        }
    ],
    "type":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                    "code": "prov",
                    "display": "Healthcare Provider"
                }
            ]
        }
    ],
    "name": "Charite"
}