Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

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

: Service Facade - JSON Representation

Draft as of 2024-11-06

Raw json | Download

{
  "resourceType" : "ActorDefinition",
  "id" : "ServiceFacade",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition ServiceFacade</b></p><a name=\"ServiceFacade\"> </a><a name=\"hcServiceFacade\"> </a><a name=\"ServiceFacade-en-GB\"> </a><table class=\"grid\"><tr><td><b>Actor: ServiceFacade </b></td><td>Service Facade</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>This enterprise domain model is evolving, it is based on:</p>\n<ul>\n<li><a href=\"https://www.datadictionary.nhs.uk/\">NHS Data Dictionary</a> for identifiers and values, such as NHS/CHI/HSCN Number, GMC Code, GMP PPD Code, ODS Code, etc.</li>\n<li><a href=\"https://digital.nhs.uk/services/terminology-and-classifications/snomed-ct\">UK SNOMED CT</a> for clinical terminology.\n<ul>\n<li><a href=\"https://loinc.org/\">LOINC</a> is used for clinical terminology not covered by SNOMED CT (e.g. physical activity - step count, etc) or when LOINC is the most common terminology in the UK (laboratory?).</li>\n</ul>\n</li>\n<li><a href=\"https://simplifier.net/HL7FHIRUKCoreR4/\">HL7 UK Core</a></li>\n</ul>\n<p>The enterprise domain model is represented as HL7 FHIR R4 and (where possible) will be compatible with HL7 v2 ADT and ORU, IHE XDS and DICOM.\nIn other words we don't view HL7 (v2 + FHIR), IHE XDS and DICOM as being different, they are just different representations (i.e. pipe+hat, JSON or XML) of a similar enterprise model.</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://fhir.virtually.healthcare/ActorDefinition/ServiceFacade",
  "version" : "0.1.0-current",
  "name" : "ServiceFacade",
  "title" : "Service Facade",
  "status" : "draft",
  "date" : "2024-11-06T08:30:37+00:00",
  "publisher" : "Virtually Healthcare",
  "contact" : [
    {
      "name" : "Virtually Healthcare",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://virtually.healthcare"
        }
      ]
    }
  ],
  "description" : "This is a [facade](https://en.wikipedia.org/wiki/Facade_pattern) service.\n\nThis acts as an [Anti-Corruption-Layer](https://docs.aws.amazon.com/prescriptive-guidance/latest/cloud-design-patterns/acl.html) which transforms data models in external services to an enterprise [canonical data model](https://www.enterpriseintegrationpatterns.com/patterns/messaging/CanonicalDataModel.html)/[domain model](https://martinfowler.com/eaaCatalog/domainModel.html).\n",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB",
          "display" : "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "type" : "system",
  "documentation" : "This enterprise domain model is evolving, it is based on:\n\n- [NHS Data Dictionary](https://www.datadictionary.nhs.uk/) for identifiers and values, such as NHS/CHI/HSCN Number, GMC Code, GMP PPD Code, ODS Code, etc.\n- [UK SNOMED CT](https://digital.nhs.uk/services/terminology-and-classifications/snomed-ct) for clinical terminology.\n  - [LOINC](https://loinc.org/) is used for clinical terminology not covered by SNOMED CT (e.g. physical activity - step count, etc) or when LOINC is the most common terminology in the UK (laboratory?).\n- [HL7 UK Core](https://simplifier.net/HL7FHIRUKCoreR4/)\n\nThe enterprise domain model is represented as HL7 FHIR R4 and (where possible) will be compatible with HL7 v2 ADT and ORU, IHE XDS and DICOM.\nIn other words we don't view HL7 (v2 + FHIR), IHE XDS and DICOM as being different, they are just different representations (i.e. pipe+hat, JSON or XML) of a similar enterprise model."
}