Extensions für Composition
Folgende Extensions werden im Kontext der FHIR Ressource 'Composition' definiert:
Name: ExtensionInformationRecipient (Simplifier Projekt Link)
Canonical: http://fhir.de/StructureDefinition/informationrecipient
Kontext:
expression |
---|
Composition |
Extension | I | Extension | |
extension | I | 0..0 | Extension |
url | 1..1 | System.StringFixed Value | |
value[x] | 0..1 | ||
valueBase64Binary | base64Binary | ||
valueBoolean | boolean | ||
valueCanonical | canonical() | ||
valueCode | code | ||
valueDate | date | ||
valueDateTime | dateTime | ||
valueDecimal | decimal | ||
valueId | id | ||
valueInstant | instant | ||
valueInteger | integer | ||
valueMarkdown | markdown | ||
valueOid | oid | ||
valuePositiveInt | positiveInt | ||
valueString | string | ||
valueTime | time | ||
valueUnsignedInt | unsignedInt | ||
valueUri | uri | ||
valueUrl | url | ||
valueUuid | uuid | ||
valueAddress | Address | ||
valueAge | Age | ||
valueAnnotation | Annotation | ||
valueAttachment | Attachment | ||
valueCodeableConcept | CodeableConcept | ||
valueCoding | Coding | ||
valueContactPoint | ContactPoint | ||
valueCount | Count | ||
valueDistance | Distance | ||
valueDuration | Duration | ||
valueHumanName | HumanName | ||
valueIdentifier | Identifier | ||
valueMoney | Money | ||
valuePeriod | Period | ||
valueQuantity | Quantity | ||
valueRange | Range | ||
valueRatio | Ratio | ||
valueSampledData | SampledData | ||
valueSignature | Signature | ||
valueTiming | Timing | ||
valueContactDetail | ContactDetail | ||
valueContributor | Contributor | ||
valueDataRequirement | DataRequirement | ||
valueExpression | Expression | ||
valueParameterDefinition | ParameterDefinition | ||
valueRelatedArtifact | RelatedArtifact | ||
valueTriggerDefinition | TriggerDefinition | ||
valueUsageContext | UsageContext | ||
valueDosage | Dosage | ||
valueMeta | Meta | ||
valueReference | 1..1 | Reference(Practitioner | Device | Patient | RelatedPerson | PractitionerRole | Organization) |
Hinweise: Bei der Extension handelt es sich um eine Übergangslösung, die für die Transformation von CDA-Dokumenten nach FHIR notwendig ist. In CDA ist die Angabe des Empfängers Bestandteil des Dokumentes und nicht (nur) des Transport-Wrappers um das Dokument herum. Zu beachten ist weiterhin, dass HL7 International in FHIR-13635 plant, eine Standard-Extension für das Element einzuführen. Diese Änderung wurde jedoch zum Zeitpunkt der Veröffentlichung der vorliegenden Spezifikation noch nicht umgesetzt.
Beispiel:
<extension url="http://fhir.de/StructureDefinition/informationrecipient" > <valueReference> <reference value="Patient/test" /> </valueReference> </extension>