Page status: draft updated 2024-12-11

Organization

This page contains examples of request bodies for different kinds of organizations.

Region Östergötland

Example of HVOOrganization.

Organization
{
    "resourceType": "Organization",
    "id": "Organization1",
    "meta": {
        "profile":  [
            "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganization"
        ]
    },
    "identifier":  [
        {
            "system": "urn:oid:2.5.4.97",
            "value": "2321000040"
        }
    ],
    "extension":  [
        {
            "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
            "valueBoolean": true
        },
        {
            "valuePeriod": {
                "start": "1970-01-01"
            },
            "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
        },
        {
            "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationLegalFormExtension",
            "valueCoding": {
                "code": "84"
            }
        },
        {
            "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationOwnershipExtension",
            "valueCoding": {
                "code": "30"
            }
        }
    ],
    "alias":  [
        ""
    ],
    "type":  [
        {
            "coding":  [
                {
                    "code": "143591000052106",
                    "system": "http://snomed.info/sct",
                    "version": "http://snomed.info/sct/45991000052106"
                }
            ]
        }
    ],
    "name": "Region Östergötland"
}

Kardiologiska kliniken US, Linköping

Example of HVOOrganizationalUnit representing a medical clinic.

In this example, the clinic contains a HVOBusiness. Contained resources are resources that can't exist outside of their containing resource. In FHIR, when a contained resource references back to its containing resource, the reference is marked by a single hashtag (see Resources for more information). This can be seen in the example below, in contained.providedBy.reference. This means that the business is provided by the clinic in which it is contained.

Organization
{
    "resourceType": "Organization",
    "id": "OrganizationalUnit1",
    "meta": {
        "profile":  [
            "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnit"
        ]
    },
    "contained":  [
        {
            "resourceType": "HealthcareService",
            "id": "Business1",
            "meta": {
                "profile":  [
                    "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOBusiness"
                ]
            },
            "providedBy": {
                "reference": "#"
            },
            "category":  [
                {
                    "coding":  [
                        {
                            "code": "394579002",
                            "system": "http://snomed.info/sct",
                            "version": "http://snomed.info/sct/45991000052106"
                        }
                    ]
                },
                {
                    "coding":  [
                        {
                            "system": "1.2.752.129.2.2.1.3",
                            "code": "1116"
                        }
                    ]
                }
            ]
        }
    ],
    "identifier":  [
        {
            "system": "urn:oid:1.2.752.29.4.19",
            "value": "SE2321000040-xxxxxx"
        }
    ],
    "extension":  [
        {
            "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
            "valueBoolean": true
        },
        {
            "valuePeriod": {
                "start": "1970-01-01"
            },
            "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
        }
    ],
    "type":  [
        {
            "coding":  [
                {
                    "code": "43741000",
                    "system": "http://snomed.info/sct",
                    "version": "http://snomed.info/sct/45991000052106"
                }
            ]
        }
    ],
    "contact":  [
        {
            "telecom":  [
                {
                    "period": {
                        "start": "2000-01-01"
                    },
                    "system": "phone",
                    "value": "+46123456789"
                }
            ]
        },
        {
            "telecom":  [
                {
                    "period": {
                        "start": "2000-01-01"
                    },
                    "system": "url",
                    "value": "https://www.1177.se/hitta-vard/kontaktkort/Kardiologiska-kliniken-US-Linkoping/"
                }
            ],
            "purpose": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
                        "code": "PATINF"
                    }
                ]
            }
        }
    ],
    "name": "Kardiologiska kliniken US, Linköping",
    "partOf": {
        "reference": "Organization/Organization1"
    }
}

Avdelning C117 Hjärtmedicin, Kardiologiska kliniken US, Linköping

Example of HVOOrganizationalUnit representing a medical department.

In this example, the department contains a HVOBusiness. Contained resources are resources that can't exist outside of their containing resource. In FHIR, when a contained resource references back to its containing resource, the reference is marked by a single hashtag (see Resources for more information). This can be seen in the example below, in contained.providedBy.reference. This means that the business is provided by the department in which it is contained.

Organization
{
    "resourceType": "Organization",
    "id": "OrganizationalUnit2",
    "meta": {
        "profile":  [
            "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnit"
        ]
    },
    "contained":  [
        {
            "resourceType": "HealthcareService",
            "id": "Business2",
            "meta": {
                "profile":  [
                    "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOBusiness"
                ]
            },
            "providedBy": {
                "reference": "#"
            },
            "category":  [
                {
                    "coding":  [
                        {
                            "code": "394579002",
                            "system": "http://snomed.info/sct",
                            "version": "http://snomed.info/sct/45991000052106"
                        }
                    ]
                },
                {
                    "coding":  [
                        {
                            "system": "1.2.752.129.2.2.1.3",
                            "code": "1116"
                        }
                    ]
                }
            ],
            "location":  [
                {
                    "reference": "Location/Location2"
                }
            ]
        }
    ],
    "identifier":  [
        {
            "system": "urn:oid:1.2.752.29.4.19",
            "value": "SE2321000040-yyyyyyy"
        }
    ],
    "extension":  [
        {
            "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
            "valueBoolean": true
        },
        {
            "valuePeriod": {
                "start": "1970-01-01"
            },
            "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
        }
    ],
    "type":  [
        {
            "coding":  [
                {
                    "code": "43741000",
                    "system": "http://snomed.info/sct",
                    "version": "http://snomed.info/sct/45991000052106"
                }
            ]
        }
    ],
    "name": "Avdelning C117 Hjärtmedicin, Kardiologiska kliniken US, Linköping",
    "partOf": {
        "reference": "Organization/OrganizationalUnit1"
    }
}