FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | Organization |
| Id | Organization-org-unit-template-1.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"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>"
}