FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-OrganizationAffiliationInstance1.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OrganizationAffiliation",
  "id": "OrganizationAffiliationInstance1",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationAffiliation"
    ]
  },
  "code": [
    {
      "coding": [
        {
          "code": "123",
          "system": "http://electronichealth.se/CodeSystem/hvo-organization-affiliation-business-category",
          "display": "VÄrdcentralverksamhet"
        }
      ]
    }
  ],
  "period": {
    "start": "2025-03-01T00:00:00+01:00"
  },
  "contact": [
    {
      "telecom": [
        {
          "period": {
            "start": "2022-01-01T00:00:00+01:00"
          },
          "value": "https://meliva.se/vardcentral-soderdoktorn/",
          "system": "url"
        }
      ]
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/ServiceInstance1"
    }
  ],
  "organization": {
    "reference": "Organization/OrganizationInstance1"
  },
  "participatingOrganization": {
    "reference": "Organization/OrganizationInstance1"
  }
}