FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Notts-SCR-Meta

Packagenotts.scr.poc
Resource TypeStructureDefinition
IdNotts-SCR-Meta
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=notts.scr.poc@0.1.0&canonical=https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Meta
URLhttps://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Meta
Statusdraft
Date2021-02-26T15:00:39.1102987+00:00
NameNotts-SCR-Meta
DescriptionProfile to show recommended usage of the meta elements for Resources shared as part of the Care Data Service
TypeMeta
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
Notts-SCR-DataProviderNotts-SCR-DataProvider

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Notts-SCR-Meta",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2021-02-26T15:00:39.62+00:00"
  },
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Meta",
  "name": "Notts-SCR-Meta",
  "status": "draft",
  "date": "2021-02-26T15:00:39.1102987+00:00",
  "description": "Profile to show recommended usage of the meta elements for Resources shared as part of the Care Data Service",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Meta",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Meta",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Meta.id",
        "path": "Meta.id",
        "min": 1
      },
      {
        "id": "Meta.versionId",
        "path": "Meta.versionId",
        "definition": "Some shared care record may required the ability to recreate a view of a patient record presented to a clinician at a point in time, the tracking of FHIR resource versions will support that, and therefore a versionId SHOULD be included were possible.",
        "mustSupport": true
      },
      {
        "id": "Meta.lastUpdated",
        "path": "Meta.lastUpdated",
        "definition": "lastUpdated can be used by the shared care record to easily sort and display a timeline of interventions (regardless of resource type) to an end user. A lastUpdated MUST be provided wherever possible, where the source system does not provide a full audit log, lastUpdated may be the same as the created or authored DateTime.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Meta.profile",
        "path": "Meta.profile",
        "definition": "An assertion that the content conforms to a resource profile (i.e. StructureDefinition). See FHIR profiles and Data Mapping Sheets for details of which profle to use",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Meta.tag",
        "path": "Meta.tag",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Meta.tag:dataProvider",
        "path": "Meta.tag",
        "sliceName": "dataProvider",
        "short": "Data Provider",
        "definition": "The meta ‘dataProvider’ tag is a method of determining the provenance of a FHIR resource. It is especially important in federated shared care record solutions which aggregate data from multiple feeder systems, some of which may also be a federated solution (see provider list for details of which code to use)",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/Notts-SCR-DataProvider"
          }
        }
      },
      {
        "id": "Meta.tag:dataProvider.system",
        "path": "Meta.tag.system",
        "min": 1,
        "fixedUri": "http://fhir.nottinghamshire.gov.uk/data-provider"
      },
      {
        "id": "Meta.tag:dataProvider.code",
        "path": "Meta.tag.code",
        "min": 1
      },
      {
        "id": "Meta.tag:dataProvider.display",
        "path": "Meta.tag.display",
        "min": 1
      }
    ]
  }
}