FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | Organization |
| Id | Organization-org-template-1.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "org-template-1",
"meta": {
"profile": [
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganization"
]
},
"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
},
{
"valueCoding": {
"system": "http://electronichealth.se/CodeSystem/skatteverket-jurform",
"code": "<code>"
},
"url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationLegalFormExtension"
},
{
"valueCoding": {
"code": "<code>",
"system": "http://electronichealth.se/CodeSystem/organization-ownership-scb"
},
"url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationOwnershipExtension"
},
{
"valuePeriod": {
"start": "2000-01-01",
"end": "2001-01-01"
},
"url": "http://hl7.org/fhir/StructureDefinition/organization-period"
},
{
"extension": [
{
"valueCoding": {
"code": "<code>",
"system": "<system>"
},
"url": "type"
},
{
"valueReference": {
"reference": "Organization/<logical ID>"
},
"url": "additionalRelationship"
}
],
"url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationAdditionalRelationshipExtension"
}
],
"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>"
},
"name": "<name>"
}