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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeBundle
IdBundle-SearchResultOrganizationalUnitsWithBusinessByParentID.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": "Bundle",
  "id": "SearchResultOrganizationalUnitsWithBusinessByParentID",
  "link": [
    {
      "relation": "self",
      "url": "[base]/Organization/123-456-678/$organizational-units-with-business-by-id?name:contains=parodontolog"
    }
  ],
  "entry": [
    {
      "resource": {
        "resourceType": "Organization",
        "id": "HealthcareUnitOfPeriodontics",
        "meta": {
          "profile": [
            "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnit"
          ]
        },
        "contained": [
          {
            "resourceType": "HealthcareService",
            "id": "BusinessInPeriodontics",
            "meta": {
              "profile": [
                "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOBusiness"
              ]
            },
            "category": [
              {
                "coding": [
                  {
                    "code": "1811",
                    "system": "urn:oid:1.2.752.129.2.2.1.3"
                  }
                ]
              }
            ],
            "location": [
              {
                "reference": "Location/OrebroPeriodonticsClinic"
              }
            ],
            "providedBy": {
              "reference": "Organization/HealthcareUnitOfPeriodontics"
            }
          }
        ],
        "extension": [
          {
            "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
            "valueBoolean": true
          },
          {
            "valuePeriod": {
              "start": "1970-01-01"
            },
            "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
          }
        ],
        "identifier": [
          {
            "system": "urn:oid:1.2.752.29.4.19",
            "value": "SE3829576812-3V5P"
          }
        ],
        "type": [
          {
            "coding": [
              {
                "code": "43741000",
                "system": "http://snomed.info/sct"
              }
            ]
          }
        ],
        "contact": [
          {
            "purpose": {
              "coding": [
                {
                  "code": "PROF",
                  "system": "http://electronichealth.se/CodeSystem/fhir/hvo-extended-contact-entity-type"
                }
              ]
            },
            "telecom": [
              {
                "system": "fax",
                "value": "+46382956789"
              }
            ],
            "period": {
              "start": "1970-01-01"
            }
          }
        ],
        "name": "SpecialisttandvÄrd inom parodontologi",
        "partOf": {
          "reference": "Organization/HealthcareProviderOfDentalCare"
        }
      }
    }
  ],
  "type": "searchset",
  "total": 1
}