Exportformat

Der Datenexport erfolgt in Form einer Bundle-Ressource vom Typ "collection".

Zur vollständigen Validierung eines Exportes kann folgendes Bundle-Profil verwendet werden:

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemS Σ1..1uriPattern
valueS Σ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
typeS Σ1..1codeBindingFixed Value
timestampS Σ1..1instant
totalΣ I0..1unsignedInt
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
relationΣ1..1string
urlΣ1..1uri
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
fullUrlS Σ1..1uri
resourceS Σ1..1Observation-Profil der DiGa ABATON RA zur Repräsentation des Rheumatoid Arthritis Impact of Disease (RAID), Observation-Profil der DiGa ABATON RA zur Repräsentation des Rheumatoid Arthritis Disease Activity Index 5 (RADAI5), Observation-Profil der DiGa ABATON RA zur Repräsentation des Health Assessment Questionnaire (HAQ), Observation-Profil der DiGa ABATON RA zur Repräsentation der Morgensteifigkeit, Observation-Profil der DiGa ABATON RA zur Repräsentation des Patient Global Assessment (PtGA), Observation-Profil der DiGa ABATON RA zur Repräsentation des Schmerzes (Schmerz NRS)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
modeΣ0..1codeBinding
scoreΣ0..1decimal
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
methodΣ1..1codeBinding
urlΣ1..1uri
ifNoneMatchΣ0..1string
ifModifiedSinceΣ0..1instant
ifMatchΣ0..1string
ifNoneExistΣ0..1string
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
statusΣ1..1string
locationΣ0..1uri
etagΣ0..1string
lastModifiedΣ0..1instant
outcomeΣ0..1Resource
signatureΣ0..1Signature

Beispiel:

{
    "resourceType": "Bundle",
    "id": "TOBundle-ex1",
    "meta": {
        "profile":  [
            "https://abaton.app/fhir/StructureDefinition/TOBundle"
        ]
    },
    "type": "collection",
    "identifier": {
        "system": "https://abaton.app/de/kompatibilitaet/sid/export-id",
        "value": "1"
    },
    "timestamp": "2021-11-22T23:29:23.356+01:00",
    "entry":  [
        {
            "resource": {
                "resourceType": "Patient",
                "id": "TOPatient-ex1",
                "meta": {
                    "profile":  [
                        "https://abaton.app/fhir/StructureDefinition/TOPatient"
                    ]
                },
                "name":  [
                    {
                        "use": "Name",
                        "text": "Lieschen Müller"
                    }
                ],
                "gender": "female"
            },
            "fullUrl": "https://abaton.app/export/Patient/TOPatient-ex1"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "TOObservationRAID-ex1",
                "meta": {
                    "profile":  [
                        "https://abaton.app/fhir/StructureDefinition/TOObservationRAID"
                    ]
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": " Rheumatoid Arthritis Impact of Disease (RAID)"
                },
                "valueQuantity": {
                    "unit": "Punktwert",
                    "system": "http://unitsofmeasure.org",
                    "code": "{score}",
                    "value": 2.53
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 10,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 10, inklusiv, liegen. Geringer ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/TOPatient-ex1"
                },
                "effectiveDateTime": "2022-01-14"
            },
            "fullUrl": "https://abaton.app/export/Observation/TOObservationRAID-ex1"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "TOObservationRADAI5-ex1",
                "meta": {
                    "profile":  [
                        "https://abaton.app/fhir/StructureDefinition/TOObservationRADAI5"
                    ]
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": "Rheumatoid Arthritis Disease Activity Index 5 (RADAI-5)"
                },
                "valueQuantity": {
                    "unit": "Punktwert",
                    "system": "http://unitsofmeasure.org",
                    "code": "{score}",
                    "value": 7
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 10,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 10, inklusiv, liegen. Geringer ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/TOPatient-ex1"
                },
                "effectiveDateTime": "2022-01-14"
            },
            "fullUrl": "https://abaton.app/export/Observation/TOObservationRADAI5-ex1"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "TOObservationHAQ-ex1",
                "meta": {
                    "profile":  [
                        "https://abaton.app/fhir/StructureDefinition/TOObservationHAQ"
                    ]
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": "Health Assessment Questionnaire (HAQ)"
                },
                "valueQuantity": {
                    "unit": "Punktwert",
                    "system": "http://unitsofmeasure.org",
                    "code": "{score}",
                    "value": 1
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 2.3,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 10, inklusiv, liegen. Geringer ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/TOPatient-ex1"
                },
                "effectiveDateTime": "2022-01-14"
            },
            "fullUrl": "https://abaton.app/export/TOObservationHAQ-ex1"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "TOObservationMSK-ex1",
                "meta": {
                    "profile":  [
                        "https://abaton.app/fhir/StructureDefinition/TOObservationMSK"
                    ]
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": "Morgensteifigkeit"
                },
                "valueQuantity": {
                    "unit": "Punktwert",
                    "system": "http://unitsofmeasure.org",
                    "code": "{score}",
                    "value": 1
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 10,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 10, inklusiv, liegen. Geringer ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/TOPatient-ex1"
                },
                "effectiveDateTime": "2022-01-14"
            },
            "fullUrl": "https://abaton.app/export/Observation/TOObservationMSK-ex1"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "TOObservationPtGA-ex1",
                "meta": {
                    "profile":  [
                        "https://abaton.app/fhir/StructureDefinition/TOObservationPtGA"
                    ]
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": "Patiente Global Assessment (PtGA)"
                },
                "valueQuantity": {
                    "unit": "Punktwert",
                    "system": "http://unitsofmeasure.org",
                    "code": "{score}",
                    "value": 1
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 4,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 10, inklusiv, liegen. Geringer ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/TOPatient-ex1"
                },
                "effectiveDateTime": "2022-01-14"
            },
            "fullUrl": "https://abaton.app/export/Observation/TOObservationPtGA-ex1"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "TOObservationSchmerzNRS-ex1",
                "meta": {
                    "profile":  [
                        "https://abaton.app/fhir/StructureDefinition/TOObservationSchmerzNRS"
                    ]
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": "Schmerz Numeric Rating Scale"
                },
                "valueQuantity": {
                    "unit": "Punktwert",
                    "system": "http://unitsofmeasure.org",
                    "code": "{score}",
                    "value": 1
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 7,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 10, inklusiv, liegen. Geringer ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/TOPatient-ex1"
                },
                "effectiveDateTime": "2022-01-14"
            },
            "fullUrl": "https://abaton.app/export/Observation/TOObservationSchmerzNRS-ex1"
        }
    ]
}