Example
http
POST /v1/Composition
Content-Type: application/json
Authorization: DPoP <Access-Token>
DPoP: <Proof-JWT>
{
"meta": {
"profile": [
"http://ehelse.no/fhir/StructureDefinition/vkp-Composition-v090"
]
},
"author": [
{
"display": "mylogin",
"identifier": {
"system": "urn:oid:2.16.578.1.12.4.1.4.1",
"value": "11845599620"
}
}
],
"category": [
{
"coding": [
{
"code": "2",
"display": "Digital hjemmeoppf�lging",
"system": "http://ehelse.no/fhir/CodeSystem/vkp-composition-category-v090"
}
]
}
],
"date": "2022-02-15T10:18:29Z",
"section": [
{
"code": {
"coding": [
{
"code": "1.1",
"display": "Beskrivelse av oppf�lging",
"system": "http://ehelse.no/fhir/CodeSystem/vkp-composition-section-v090"
}
]
},
"entry": [
{
"reference": "urn:uuid:b2e4e684-1e84-5e04-9895-1f0052966929"
}
],
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"> <p>Some additional info</p> </div>",
"status": "additional"
},
"title": "Action performed according to plan"
}
],
"status": "final",
"subject": {
"display": "NONFIGURATIV HESTESKO",
"identifier": {
"system": "urn:oid:2.16.578.1.12.4.1.4.1",
"value": "02850097219"
}
},
"title": "Journal Note",
"type": {
"coding": [
{
"code": "34133-9",
"display": "Summary of episode note",
"system": "https://loinc.org"
}
]
},
"resourceType": "Composition"
}