Example
http
POST /v1/Bundle
Content-Type: application/json
Authorization: DPoP <Access-Token>
DPoP: <Proof-JWT>
{
"resourceType": "Bundle",
"type": "document",
"timestamp": "2025-01-01T00:00:00Z",
"identifier": {
"system": "http://fhir.vendor.com/bundle-identifier",
"value": "urn:uuid:6d260665-b0c4-5759-8b7c-ef6d940178a2"
},
"entry": [
{
"fullUrl": "urn:uuid:9d2bf700-03c2-5e28-a7cd-4e12876a5cee",
"resource": {
"resourceType": "Composition",
"meta": {
"profile": [
"http://ehelse.no/fhir/StructureDefinition/vkp-Composition-v090"
]
},
"status": "final",
"type": {
"coding": [
{
"system": "https://loinc.org",
"code": "34133-9",
"display": "Summary of episode note"
}
]
},
"category": [
{
"coding": [
{
"system": "http://ehelse.no/fhir/CodeSystem/vkp-composition-category-v090",
"code": "2",
"display": "DHO"
}
]
}
],
"subject": {
"display": "NONFIGURATIV HESTESKO",
"identifier": {
"system": "urn:oid:2.16.578.1.12.4.1.4.1",
"value": "02850097219"
}
},
"date": "2025-01-01T00:00:00Z",
"author": [
{
"display": "KRASS DALSIDE",
"identifier": {
"system": "urn:oid:2.16.578.1.12.4.1.4.1",
"value": "11845599620"
}
}
],
"title": "JournalNote",
"section": [
{
"title": "Notat",
"code": {
"coding": [
{
"system": "http://ehelse.no/fhir/CodeSystem/vkp-composition-section-v090",
"code": "1.1",
"display": "Follow-up action"
}
]
},
"text": {
"status": "additional",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Additional info</div>"
},
"entry": [
{
"reference": "urn:uuid:465b1709-77d5-5c32-a053-4165d8eff4fb"
}
]
}
]
}
},
{
"fullUrl": "urn:uuid:465b1709-77d5-5c32-a053-4165d8eff4fb",
"resource": {
"resourceType": "DetectedIssue",
"meta": {
"profile": [
"http://ehelse.no/fhir/StructureDefinition/vkp-DetectedIssue-v090"
]
},
"status": "final",
"severity": "high",
"code": {
"coding": [
{
"system": "http://ehelse.no/fhir/CodeSystem/vkp-alert-code-v090",
"code": "5.3",
"display": "Inactive patient"
}
]
},
"identifiedPeriod": {
"start": "2025-01-01T00:00:00Z",
"end": "2025-01-01T00:00:00Z"
},
"patient": {
"display": "NONFIGURATIV HESTESKO",
"identifier": {
"system": "urn:oid:2.16.578.1.12.4.1.4.1",
"value": "02850097219"
}
},
"author": {
"identifier": {
"value": "Vendor Inc."
}
},
"implicated": [
{
"display": "Task not completed: Blood sample"
}
]
}
}
]
}