Hinweis | Under Construction! |
---|---|
|
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.
Name | Canonical |
---|---|
Profile_HiGHmed_InfectionControl_Organization | http://highmed.org/fhir/StructureDefinition/ic/Organization |
Differential
Profile_HiGHmed_InfectionControl_Organization (Organization) | I | Organization | |
extension | S I | 0..* | Extension |
identifier | S Σ I | 1..1 | Identifier |
active | S Σ ?! | 0..1 | boolean |
type | S Σ | 1..1 | CodeableConcept |
name | S Σ I | 1..1 | string |
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
Profile_HiGHmed_InfectionControl_Organization (Organization) | I | Organization | |
extension | S I | 0..* | Extension |
identifier | S Σ I | 1..1 | Identifier |
active | S Σ ?! | 0..1 | boolean |
type | S Σ | 1..1 | CodeableConcept |
name | S Σ I | 1..1 | string |
alias | 0..* | string | |
telecom | I | 0..* | ContactPoint |
address | I | 0..* | Address |
partOf | Σ | 0..1 | Reference(Organization) |
contact | 0..* | BackboneElement | |
endpoint | 0..* | 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" }