Beispiele
Appointment |
id : ISiKTerminExample |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin |
tag |
system : http://fhir.de/CodeSystem/common-meta-tag-de |
code : external |
status : proposed |
serviceType |
coding |
system : http://terminology.hl7.org/CodeSystem/service-type |
code : 124 |
specialty |
coding |
system : http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen |
code : ALLG |
priority |
extension |
url : https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension |
value |
coding |
system : http://snomed.info/sct |
code : 25876001 |
start : 2022-12-10T09:00:00+00:00 |
end : 2022-12-10T11:00:00+00:00 |
slot |
reference : Slot/ISiKTerminblockExample |
participant |
actor |
reference : Patient/ISiKPatientTest |
display : Test Patient |
status : accepted |
<Appointment xmlns="http://hl7.org/fhir"> <id value="ISiKTerminExample" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin" /> <tag> <system value="http://fhir.de/CodeSystem/common-meta-tag-de" /> <code value="external" /> </tag> </meta> <status value="proposed" /> <serviceType> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-type" /> <code value="124" /> </coding> </serviceType> <specialty> <coding> <system value="http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen" /> <code value="ALLG" /> </coding> </specialty> <priority> <extension url="https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="25876001" /> </coding> </valueCodeableConcept> </extension> </priority> <start value="2022-12-10T09:00:00Z" /> <end value="2022-12-10T11:00:00Z" /> <slot> <reference value="Slot/ISiKTerminblockExample" /> </slot> <participant> <actor> <reference value="Patient/ISiKPatientTest" /> <display value="Test Patient" /> </actor> <status value="accepted" /> </participant> </Appointment>
{ "resourceType": "Appointment", "id": "ISiKTerminExample", "meta": { "tag": [ { "code": "external", "system": "http://fhir.de/CodeSystem/common-meta-tag-de" } ], "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin" ] }, "status": "proposed", "start": "12/10/2022 09:00:00", "end": "12/10/2022 11:00:00", "slot": [ { "reference": "Slot/ISiKTerminblockExample" } ], "serviceType": [ { "coding": [ { "code": "124", "system": "http://terminology.hl7.org/CodeSystem/service-type" } ] } ], "specialty": [ { "coding": [ { "code": "ALLG", "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen" } ] } ], "participant": [ { "actor": { "display": "Test Patient", "reference": "Patient/ISiKPatientTest" }, "status": "accepted" } ], "_priority": { "extension": [ { "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension", "valueCodeableConcept": { "coding": [ { "code": "25876001", "system": "http://snomed.info/sct" } ] } } ] } }
Appointment |
id : ISiKTerminExampleExtendedICU |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin |
tag |
system : http://fhir.de/CodeSystem/common-meta-tag-de |
code : external |
status : proposed |
serviceType |
coding |
system : http://terminology.hl7.org/CodeSystem/service-type |
code : 174 |
specialty |
coding |
system : http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen |
code : INTM |
coding |
system : http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert |
code : 3600 |
priority |
extension |
url : https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension |
value |
coding |
system : http://snomed.info/sct |
code : 25876001 |
start : 2022-12-10T09:00:00+00:00 |
end : 2022-12-10T09:30:00+00:00 |
slot |
reference : Slot/ISiKTerminblockExample |
participant |
actor |
reference : Patient/ISiKPatientTest |
display : Test Patient |
status : accepted |
<Appointment xmlns="http://hl7.org/fhir"> <id value="ISiKTerminExampleExtendedICU" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin" /> <tag> <system value="http://fhir.de/CodeSystem/common-meta-tag-de" /> <code value="external" /> </tag> </meta> <status value="proposed" /> <serviceType> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-type" /> <code value="174" /> </coding> </serviceType> <specialty> <coding> <system value="http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen" /> <code value="INTM" /> </coding> <coding> <system value="http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert" /> <code value="3600" /> </coding> </specialty> <priority> <extension url="https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="25876001" /> </coding> </valueCodeableConcept> </extension> </priority> <start value="2022-12-10T09:00:00Z" /> <end value="2022-12-10T09:30:00Z" /> <slot> <reference value="Slot/ISiKTerminblockExample" /> </slot> <participant> <actor> <reference value="Patient/ISiKPatientTest" /> <display value="Test Patient" /> </actor> <status value="accepted" /> </participant> </Appointment>
{ "resourceType": "Appointment", "id": "ISiKTerminExampleExtendedICU", "meta": { "tag": [ { "code": "external", "system": "http://fhir.de/CodeSystem/common-meta-tag-de" } ], "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin" ] }, "status": "proposed", "start": "12/10/2022 09:00:00", "end": "12/10/2022 09:30:00", "slot": [ { "reference": "Slot/ISiKTerminblockExample" } ], "serviceType": [ { "coding": [ { "code": "174", "system": "http://terminology.hl7.org/CodeSystem/service-type" } ] } ], "specialty": [ { "coding": [ { "code": "INTM", "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen" }, { "code": "3600", "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert" } ] } ], "participant": [ { "actor": { "display": "Test Patient", "reference": "Patient/ISiKPatientTest" }, "status": "accepted" } ], "_priority": { "extension": [ { "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension", "valueCodeableConcept": { "coding": [ { "code": "25876001", "system": "http://snomed.info/sct" } ] } } ] } }