Page Status: draft 2025-04-03
HVOOrganization - update
Page index
Constraints
A HVOOrganization has some fields with information that can not be updated because they are retrieved from official registries. Note that the values of these elements in a PUT request WILL NOT be saved. See the profile page of HVOOrganization for which elements this applies to.
HTTP headers
Examples
This section contains examples of response/request bodies.
Page index
Healthcare provider
This is an example of Organization - HVOOrganization.
Organization |
id : OrganizationInstance1 |
meta |
profile : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganization |
identifier |
system : urn:oid:2.5.4.97 |
value : 5565932521 |
extension |
url : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension |
value : True |
extension |
value |
start : 2000-06-14 |
url : http://hl7.org/fhir/StructureDefinition/organization-period |
extension |
url : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationLegalFormExtension |
value |
code : 49 |
system : http://electronichealth.se/CodeSystem/skatteverket-jurform |
display : Övriga aktiebolag |
extension |
url : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationOwnershipExtension |
value |
code : 42 |
system : http://electronichealth.se/CodeSystem/organization-ownership-scb |
display : Privat svenskkontrollerade enheter med koncerntillhörighet |
type |
coding |
code : 143591000052106 |
system : http://snomed.info/sct |
version : http://snomed.info/sct/45991000052106 |
display : vårdgivare |
contact |
address |
line : Wollmar Yxkullsgatan 25 |
postalCode : 118 50 |
city : Stockholm |
country : Sverige |
extension |
value |
start : 2000-06-14T00:00:00+01:00 |
url : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContactPeriodExtension |
purpose |
coding |
code : ADMIN |
system : http://terminology.hl7.org/CodeSystem/contactentity-type |
display : Administrativt |
contact |
extension |
value |
start : 2022-01-01T00:00:00+01:00 |
url : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContactPeriodExtension |
telecom |
value : https://meliva.se/vardcentral-soderdoktorn/ |
system : url |
purpose |
coding |
code : PATINF |
system : http://terminology.hl7.org/CodeSystem/contactentity-type |
display : Patient |
name : Meliva Vårdcentral Söderdoktorn AB |
{ "resourceType": "Organization", "id": "OrganizationInstance1", "meta": { "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganization" ] }, "identifier": [ { "system": "urn:oid:2.5.4.97", "value": "5565932521" } ], "extension": [ { "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension", "valueBoolean": true }, { "valuePeriod": { "start": "2000-06-14" }, "url": "http://hl7.org/fhir/StructureDefinition/organization-period" }, { "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationLegalFormExtension", "valueCoding": { "code": "49", "system": "http://electronichealth.se/CodeSystem/skatteverket-jurform", "display": "Övriga aktiebolag" } }, { "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationOwnershipExtension", "valueCoding": { "code": "42", "system": "http://electronichealth.se/CodeSystem/organization-ownership-scb", "display": "Privat svenskkontrollerade enheter med koncerntillhörighet" } } ], "type": [ { "coding": [ { "code": "143591000052106", "system": "http://snomed.info/sct", "version": "http://snomed.info/sct/45991000052106", "display": "vårdgivare" } ] } ], "contact": [ { "address": { "line": [ "Wollmar Yxkullsgatan 25" ], "postalCode": "118 50", "city": "Stockholm", "country": "Sverige" }, "extension": [ { "valuePeriod": { "start": "06/13/2000 23:00:00" }, "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContactPeriodExtension" } ], "purpose": { "coding": [ { "code": "ADMIN", "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", "display": "Administrativt" } ] } }, { "extension": [ { "valuePeriod": { "start": "12/31/2021 23:00:00" }, "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContactPeriodExtension" } ], "telecom": [ { "value": "https://meliva.se/vardcentral-soderdoktorn/", "system": "url" } ], "purpose": { "coding": [ { "code": "PATINF", "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", "display": "Patient" } ] } } ], "name": "Meliva Vårdcentral Söderdoktorn AB" }