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

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
zusaetzlicheBeschreibungS I0..1Extension(string)
modifierExtension?! I0..*Extension
identifierS Σ I1..1Identifier
activeS Σ ?!0..1boolean
typeS Σ1..1CodeableConcept
nameS Σ I1..1string
alias0..*string
telecomI0..*ContactPoint
addressI0..*Address
partOfΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
endpointI0..*Reference(Endpoint)

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

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
zusaetzlicheBeschreibungS I0..1Extension(string)
modifierExtension?! I0..*Extension
identifierS Σ I1..1Identifier
activeS Σ ?!0..1boolean
typeS Σ1..1CodeableConcept
nameS Σ I1..1string
alias0..*string
telecomI0..*ContactPoint
addressI0..*Address
partOfΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
endpointI0..*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"
}