Example Organization - Medical Insurer

This Organization example directly supports the set of examples provided for DocumentReference. It represents an organization that authored a document scanned because it is relevant to the patient's care. The document does not describe a health care event.

Organization
Organization.id[0]Example-DataStandardsWales-Organization-MedicalInsurer
Organization.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization
Organization.text[0].status[0]generated
Organization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">Star Value Medical Insurance Ltd.</div>
Organization.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/organization-period
Organization.extension[0].value[0].start[0]2009-10-01
Organization.identifier[0].system[0]https://externally-sourced-tbd/Id/company-reg-no
Organization.identifier[0].value[0]12389006
Organization.active[0]True
Organization.type[0].coding[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-OrganizationSector
Organization.type[0].coding[0].code[0]private
Organization.type[0].coding[0].display[0]Private
Organization.name[0]Star Value Medical Insurance Ltd.
Organization.telecom[0].system[0]phone
Organization.telecom[0].value[0]0800 1222 3444
Organization.address[0].line[0]99 Galaxy Drive
Organization.address[0].city[0]Croydon
Organization.address[0].postalCode[0]CR1 2AL
<Organization xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Organization-MedicalInsurer" />
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization" />
</meta>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/organization-period">
<start value="2009-10-01" />
</valuePeriod>
</extension>
<system value="https://externally-sourced-tbd/Id/company-reg-no" />
<value value="12389006" />
</identifier>
<active value="true" />
<system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-OrganizationSector" />
<code value="private" />
<display value="Private" />
</coding>
</type>
<name value="Star Value Medical Insurance Ltd." />
<system value="phone" />
<value value="0800 1222 3444" />
</telecom>
<line value="99 Galaxy Drive" />
<city value="Croydon" />
<postalCode value="CR1 2AL" />
</address>
</Organization>
{
"resourceType": "Organization",
"id": "Example-DataStandardsWales-Organization-MedicalInsurer",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/organization-period",
"start": "2009-10-01"
}
}
],
{
"system": "https://externally-sourced-tbd/Id/company-reg-no",
"value": "12389006"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-OrganizationSector",
"code": "private",
"display": "Private"
}
]
}
],
"name": "Star Value Medical Insurance Ltd.",
"telecom": [
{
"system": "phone",
"value": "0800 1222 3444"
}
],
"address": [
{
"line": [
"99 Galaxy Drive"
],
"city": "Croydon",
"postalCode": "CR1 2AL"
}
]
}
Star Value Medical Insurance Ltd.