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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOrganization
IdOrganization-OrganizationalUnitInstance1.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": "OrganizationalUnitInstance1",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnit"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.752.29.4.19",
      "value": "SE2321000016-114G"
    }
  ],
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
      "valueBoolean": true
    },
    {
      "valuePeriod": {
        "start": "2000-06-14T00: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",
          "display": "vårdenhet"
        }
      ]
    }
  ],
  "contained": [
    {
      "resourceType": "HealthcareService",
      "id": "BusinessInstance1",
      "meta": {
        "profile": [
          "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOBusiness"
        ]
      },
      "providedBy": {
        "reference": "#"
      },
      "category": [
        {
          "coding": [
            {
              "system": "urn:oid:1.2.752.129.2.2.1.3",
              "code": "1502",
              "display": "Allmänmedicin"
            }
          ]
        }
      ],
      "location": [
        {
          "reference": "Location/PositionLocationInstance1"
        },
        {
          "reference": "Location/CountyLocationInstance1"
        },
        {
          "reference": "Location/MunicipalityLocationInstance1"
        },
        {
          "reference": "Location/AddressLocationInstance1"
        }
      ],
      "availability": [
        {
          "availableTime": [
            {
              "daysOfWeek": [
                "mon",
                "tue",
                "wed",
                "thu",
                "fri"
              ],
              "availableStartTime": "08:00:00",
              "availableEndTime": "17:00:00"
            }
          ]
        }
      ]
    }
  ],
  "contact": [
    {
      "address": {
        "line": [
          "Wollmar Yxkullsgatan 25"
        ],
        "postalCode": "118 50",
        "city": "Stockholm",
        "country": "Sverige"
      },
      "purpose": {
        "coding": [
          {
            "code": "ADMIN",
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "display": "Administrativt"
          }
        ]
      },
      "period": {
        "start": "2000-06-14T00:00:00+01:00"
      }
    },
    {
      "period": {
        "start": "2022-01-01T00:00:00+01:00"
      },
      "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",
  "partOf": {
    "reference": "Organization/OrganizationInstance1"
  }
}