eHealth Infrastructure - Local Development build (v2.6.0). See the Directory of published versions
POST [base]/$import-organizations
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiNTFhM2VhZDktZTY3OC00N2E4LWE4ZDgtMWE0N2FjMjI3M2FlIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIiR0ZXN0LW9ubHktY3JlYXRlIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ.
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.2.1 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Content-Type: application/fhir+json; charset=UTF-8
Body:
{
"resourceType": "Parameters",
"parameter": [
{
"name": "organizations",
"resource": {
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"fullUrl": "urn:uuid:786fca09-4ba7-4858-9ac5-5217009d32d2",
"resource": {
"resourceType": "Organization",
"meta": {
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/organization-source",
"code": "SOR"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/organization-synchronization-status",
"code": "NotSynchronized"
}
]
}
}
],
"identifier": [
{
"use": "official",
"system": "urn:oid:2.16.840.1.113883.2.24.1.1",
"value": "11111111",
"period": {
"start": "2023-01-06T07:48:50+00:00"
}
},
{
"use": "official",
"system": "urn:oid:1.2.208.176.1.1",
"value": "910316",
"period": {
"start": "2023-01-06T07:48:50+00:00"
}
}
],
"active": false,
"name": "db3c0036-ea0d-4f7a-a2ff-52da169795d2"
},
"request": {
"method": "POST",
"url": "Organization"
}
}
]
}
}
]
}
Response
{
"resourceType": "Bundle",
"type": "transaction-response",
"entry": [
{
"response": {
"status": "200 OK",
"location": "https://organization.cit-organization-1062.local/fhir/Organization/28/_history/2",
"etag": "2",
"lastModified": "2023-01-06T07:48:50.289+00:00"
}
},
{
"response": {
"status": "201 Created",
"location": "https://organization.cit-organization-1062.local/fhir/Provenance/29/_history/1",
"etag": "1",
"lastModified": "2023-01-06T07:48:50.606+00:00"
}
}
]
}