Skip to content

Commit

Permalink
test files
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Feb 19, 2024
1 parent 5efeaa5 commit a4b8b02
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 008_Request_Communication_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"resourceType" : "Communication",
"id" : "39004dfc-6e44-471a-942d-86c73293eb94",
"meta" : {
"profile" : [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_Representative|1.2" ]
},
"basedOn" : [ {
"reference" : "Task/160.000.226.119.771.59/$accept?ac=2c8be8db04cad4eb3a7fb5f74950cfe82b057d1f83ef87e6c4bbf7347099b7e2"
} ],
"status" : "unknown",
"recipient" : [ {
"identifier" : {
"system" : "http://fhir.de/sid/gkv/kvid-10",
"value" : "X110465770"
}
} ],
"payload" : [ {
"extension" : [ {
"url" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_SubstitutionAllowedType",
"valueBoolean" : true
}, {
"url" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_PrescriptionType",
"valueCoding" : {
"system" : "https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_FlowType",
"code" : "160",
"display" : "Muster 16 (Apothekenpflichtige Arzneimittel)"
}
} ],
"contentString" : "Wenn Chuck Norris Wäsche wäscht, werden sogar schwarze Hemden strahlend weiß."
} ]
}
Loading

0 comments on commit a4b8b02

Please sign in to comment.