Extension-UKCore-Period-Example

An example to illustrate sending a period

Table View

Organization.id[0]Extension-UKCore-Period-Example
Organization.text[0].status[0]additional
Organization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a period</div>
Organization.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/organization-period
Organization.extension[0].value[0].start[0]2017-01-01T00:00:00.000Z
Organization.identifier[0].use[0]official
Organization.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
Organization.identifier[0].value[0]RR8
Organization.name[0]LEEDS TEACHING HOSPITALS NHS TRUST

Tree View

Organization

XML View

<Organization xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Period-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="http://hl7.org/fhir/StructureDefinition/organization-period">
<start value="2017-01-01T00:00:00.000Z" />
</valuePeriod>
</extension>
<!-- *************extension end ***************** -->
<use value="official" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RR8" />
</identifier>
<name value="LEEDS TEACHING HOSPITALS NHS TRUST" />
</Organization>

JSON View

{
"resourceType": "Organization",
"id": "Extension-UKCore-Period-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/organization-period",
"start": "2017-01-01T00:00:00.000Z"
}
}
],
{
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
],
"name": "LEEDS TEACHING HOSPITALS NHS TRUST"
}

Feedback

Click here to: