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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOrganization
IdOrganization-ClinicOrganizationalUnit1.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": "Organization",
  "id": "ClinicOrganizationalUnit1",
  "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"
            },
            {
              "system": "urn:oid:1.2.752.129.2.2.1.3",
              "code": "1116"
            }
          ]
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:1.2.752.29.4.19",
      "value": "SE2321000040-xxxxxx"
    },
    {
      "system": "urn:oid:1.2.752.29.4.19",
      "value": "SE2321000041-xxxxxx"
    }
  ],
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
      "valueBoolean": true
    },
    {
      "valuePeriod": {
        "start": "1970-01-01T00:00:00+01:00"
      },
      "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": [
        {
          "system": "phone",
          "value": "+46123456789"
        }
      ],
      "period": {
        "start": "2000-01-01T00:00:00+01:00"
      },
      "purpose": {
        "coding": [
          {
            "system": "http://electronichealth.se/CodeSystem/fhir/hvo-extended-contact-entity-type",
            "code": "PROF"
          }
        ]
      }
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.1177.se/hitta-vard/kontaktkort/Kardiologiska-kliniken-US-Linkoping/"
        }
      ],
      "period": {
        "start": "2000-01-01T00:00:00+01:00"
      },
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "PATINF"
          }
        ]
      }
    }
  ],
  "name": "Kardiologiska kliniken US, Linköping",
  "partOf": {
    "reference": "Organization/RegionOrganization1"
  }
}