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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOrganization
IdOrganization-org-unit-template-1.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": "org-unit-template-1",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnit"
    ]
  },
  "identifier": [
    {
      "system": "<system1>",
      "value": "<value1>"
    },
    {
      "system": "<system2>",
      "value": "<value2>"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "<system1>",
          "code": "<code1>"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "<system2>",
          "code": "<code2>"
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
      "valueBoolean": true
    },
    {
      "valuePeriod": {
        "start": "2000-01-01",
        "end": "2001-01-01"
      },
      "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
    },
    {
      "valueReference": {
        "reference": "Organization/<logical ID>"
      },
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnitAdditionalRelationshipExtension"
    }
  ],
  "alias": [
    "<alias1>",
    "<alias2>"
  ],
  "contact": [
    {
      "name": [
        {
          "text": "<name1>"
        }
      ],
      "purpose": {
        "coding": [
          {
            "code": "<code1>",
            "system": "<system1>"
          }
        ]
      },
      "period": {
        "start": "2000-01-01",
        "end": "2001-01-01"
      },
      "address": {
        "line": [
          "<line1>",
          "<line2>"
        ],
        "city": "<city>",
        "postalCode": "<postalCode>",
        "country": "<country>"
      }
    },
    {
      "name": [
        {
          "text": "<name2>"
        }
      ],
      "purpose": {
        "coding": [
          {
            "code": "<code2>",
            "system": "<system2>"
          }
        ]
      },
      "telecom": [
        {
          "value": "<value>",
          "system": "<code>"
        }
      ],
      "period": {
        "start": "2000-01-01",
        "end": "2001-01-01"
      }
    }
  ],
  "partOf": {
    "reference": "Organization/<logical ID>"
  },
  "contained": [
    {
      "resourceType": "HealthcareService",
      "id": "business-template-1",
      "meta": {
        "profile": [
          "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOBusiness"
        ]
      },
      "category": [
        {
          "coding": [
            {
              "system": "<system>",
              "code": "<code2>"
            }
          ]
        }
      ],
      "availability": [
        {
          "availableTime": [
            {
              "daysOfWeek": [
                "mon",
                "tue"
              ],
              "availableEndTime": "17:00:00",
              "availableStartTime": "08:00:00",
              "allDay": false
            },
            {
              "daysOfWeek": [
                "wed",
                "thu"
              ],
              "allDay": true
            }
          ],
          "notAvailableTime": [
            {
              "during": {
                "end": "2002-02-02",
                "start": "2002-01-01"
              },
              "description": "<description>"
            },
            {
              "during": {
                "end": "2003-02-02",
                "start": "2003-01-01"
              },
              "description": "<description>"
            }
          ]
        }
      ],
      "location": [
        {
          "reference": "Location/<logical ID1>"
        },
        {
          "reference": "Location/<logical ID2>"
        }
      ],
      "providedBy": {
        "reference": "#"
      }
    }
  ],
  "name": "<name>"
}