Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "C81010",
"meta" : {
"lastUpdated" : "2023-08-22T00:00:00+00:00",
"profile" : [
🔗 "https://fhir.virtually.healthcare/StructureDefinition/Organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization C81010</b></p><a name=\"C81010\"> </a><a name=\"hcC81010\"> </a><a name=\"C81010-en-GB\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2023-08-22 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/C81010</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://fhir.nhs.uk/CodeSystem/organisation-role 177}\">PRESCRIBING COST CENTRE</span>, <span title=\"Codes:{https://fhir.nhs.uk/CodeSystem/organisation-role 76}\">GP PRACTICE</span></p><p><b>name</b>: THE MOIR MEDICAL CENTRE</p><p><b>telecom</b>: ph: 0115 9737320</p><p><b>address</b>: REGENT STREET LONG EATON NOTTINGHAM NG10 1QQ ENGLAND </p></div>"
},
"identifier" : [
{
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "C81010"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "https://fhir.nhs.uk/CodeSystem/organisation-role",
"code" : "177",
"display" : "PRESCRIBING COST CENTRE"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.nhs.uk/CodeSystem/organisation-role",
"code" : "76",
"display" : "GP PRACTICE"
}
]
}
],
"name" : "THE MOIR MEDICAL CENTRE",
"telecom" : [
{
"system" : "phone",
"value" : "0115 9737320"
}
],
"address" : [
{
"line" : [
"REGENT STREET",
"LONG EATON"
],
"city" : "NOTTINGHAM",
"district" : "NOTTINGHAMSHIRE",
"postalCode" : "NG10 1QQ",
"country" : "ENGLAND"
}
]
}