generated from gematik/spec-TemplateForSimplifierProjects
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a09c21c
commit ddf7837
Showing
6 changed files
with
160 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 110 additions & 0 deletions
110
Resources/fsh-generated/resources/DocumentReference-ExampleR5DocumentReference.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"resourceType": "DocumentReference", | ||
"id": "ExampleR5DocumentReference", | ||
"meta": { | ||
"tag": [ | ||
{ | ||
"code": "offen", | ||
"system": "https://gematik.de/fhir/erg/CodeSystem/erg-rechnungsstatus-cs", | ||
"display": "Offen" | ||
} | ||
], | ||
"profile": [ | ||
"https://gematik.de/fhir/erg/StructureDefinition/erg-dokumentenmetadaten" | ||
] | ||
}, | ||
"status": "current", | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://ihe-d.de/CodeSystems/IHEXDStypeCode", | ||
"code": "ABRE", | ||
"display": "Abrechnungsdokumente" | ||
}, | ||
{ | ||
"system": "http://dvmd.de/fhir/CodeSystem/kdl" | ||
} | ||
] | ||
}, | ||
"extension": [ | ||
{ | ||
"url": "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-rechnungsdatum", | ||
"valueDateTime": "2023-09-28T13:00:00.123+02:00" | ||
}, | ||
{ | ||
"url": "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-zahlungszieldatum", | ||
"valueDateTime": "2023-10-28T13:00:00.123+02:00" | ||
}, | ||
{ | ||
"url": "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-gesamtbetrag", | ||
"valueMoney": { | ||
"value": 16.2, | ||
"currency": "EUR" | ||
} | ||
} | ||
], | ||
"author": [ | ||
{ | ||
"identifier": { | ||
"system": "https://gematik.de/fhir/sid/telematik-id", | ||
"value": "987654321" | ||
}, | ||
"display": "Dr. Hausarzt" | ||
} | ||
], | ||
"content": [ | ||
{ | ||
"format": { | ||
"code": "erechnung", | ||
"system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" | ||
}, | ||
"attachment": { | ||
"contentType": "application/pdf", | ||
"data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00", | ||
"url": "http://example.com/fhir/binary/123" | ||
} | ||
}, | ||
{ | ||
"format": { | ||
"code": "angereichertesPDF", | ||
"system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" | ||
}, | ||
"attachment": { | ||
"contentType": "application/pdf", | ||
"url": "http://example.com/fhir/binary/456" | ||
} | ||
}, | ||
{ | ||
"format": { | ||
"code": "rechnungsinhalt", | ||
"system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" | ||
}, | ||
"attachment": { | ||
"contentType": "application/json", | ||
"data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00", | ||
"url": "http://example.com/fhir/binary/789" | ||
} | ||
}, | ||
{ | ||
"format": { | ||
"code": "rechnungsanhang", | ||
"system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" | ||
}, | ||
"attachment": { | ||
"contentType": "application/pdf", | ||
"data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00", | ||
"url": "http://example.com/fhir/binary/101112" | ||
} | ||
} | ||
], | ||
"identifier": [ | ||
{ | ||
"system": "http://example.com/fhir/identifiers", | ||
"value": "123456789" | ||
} | ||
], | ||
"description": "Laborbefund vom 28.9.2023", | ||
"subject": { | ||
"display": "Max Mustermann" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
//TODO DocRef Searchset Example | ||
//TODO DocRef Searchset Example | ||
Instance: ExampleR5DocumentReference | ||
InstanceOf: ERGDokumentenmetadaten | ||
Title: "Example ERG Document Reference" | ||
* extension[rechnungsdatum].url = "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-rechnungsdatum" | ||
* extension[rechnungsdatum].valueDateTime = "2023-09-28T13:00:00.123+02:00" | ||
* extension[zahlungszieldatum].url = "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-zahlungszieldatum" | ||
* extension[zahlungszieldatum].valueDateTime = "2023-10-28T13:00:00.123+02:00" | ||
* extension[gesamtbetrag].url = "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-gesamtbetrag" | ||
* extension[gesamtbetrag].valueMoney | ||
* value = 16.20 | ||
* currency = #EUR | ||
* meta.tag[0] = https://gematik.de/fhir/erg/CodeSystem/erg-rechnungsstatus-cs#offen | ||
* meta.tag[0].display = "Offen" | ||
* status = http://hl7.org/fhir/document-reference-status#current | ||
* identifier.system = "http://example.com/fhir/identifiers" | ||
* identifier.value = "123456789" | ||
* type.coding[IHE-TypeCode] = http://ihe-d.de/CodeSystems/IHEXDStypeCode#ABRE | ||
* type.coding[IHE-TypeCode].display = "Abrechnungsdokumente" | ||
* description = "Laborbefund vom 28.9.2023" | ||
* subject.display = "Max Mustermann" | ||
* author.identifier.system = "https://gematik.de/fhir/sid/telematik-id" | ||
* author.identifier.value = "987654321" | ||
* author.display = "Dr. Hausarzt" | ||
* content[rechnungspdf].format = https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs#erechnung | ||
* content[rechnungspdf].attachment.contentType = #application/pdf | ||
* content[rechnungspdf].attachment.data = "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00" | ||
* content[rechnungspdf].attachment.url = "http://example.com/fhir/binary/123" | ||
* content[angereicherteRechnung].format = https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs#angereichertesPDF | ||
* content[angereicherteRechnung].attachment.contentType = #application/pdf | ||
* content[angereicherteRechnung].attachment.url = "http://example.com/fhir/binary/456" | ||
* content[strukturierterRechnungsinhalt].format = https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs#rechnungsinhalt | ||
* content[strukturierterRechnungsinhalt].attachment.contentType = #application/json | ||
* content[strukturierterRechnungsinhalt].attachment.data = "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00" | ||
* content[strukturierterRechnungsinhalt].attachment.url = "http://example.com/fhir/binary/789" | ||
* content[anhang].format = https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs#rechnungsanhang | ||
* content[anhang].attachment.contentType = #application/pdf | ||
* content[anhang].attachment.data = "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00" | ||
* content[anhang].attachment.url = "http://example.com/fhir/binary/101112" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters