PackagesCanonicalsLogsProblems
    Packages
    notts.scr.poc@0.1.0
    https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Meta
{
  "description": "Profile to show recommended usage of the meta elements for Resources shared as part of the Care Data Service",
  "_filename": "Notts-SCR-Meta.json",
  "package_name": "notts.scr.poc",
  "date": "2021-02-26T15:00:39.1102987+00:00",
  "derivation": "constraint",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2021-02-26T15:00:39.62+00:00"
  },
  "publisher": null,
  "fhirVersion": "3.0.2",
  "name": "Notts-SCR-Meta",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "Meta",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "status": "draft",
  "id": "e4172fa3-a1c3-4877-96b7-b35309580697",
  "kind": "complex-type",
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Meta",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Meta.id",
      "min": 1,
      "path": "Meta.id"
    }, {
      "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",
      "min": 1,
      "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.",
      "mustSupport": true
    }, {
      "id": "Meta.profile",
      "max": "1",
      "min": 1,
      "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",
      "mustSupport": true
    }, {
      "id": "Meta.tag",
      "min": 1,
      "path": "Meta.tag",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      }
    }, {
      "path": "Meta.tag",
      "min": 1,
      "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)",
      "short": "Data Provider",
      "mustSupport": true,
      "sliceName": "dataProvider",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/Notts-SCR-DataProvider"
        }
      },
      "max": "1",
      "id": "Meta.tag:dataProvider"
    }, {
      "id": "Meta.tag:dataProvider.system",
      "min": 1,
      "path": "Meta.tag.system",
      "fixedUri": "http://fhir.nottinghamshire.gov.uk/data-provider"
    }, {
      "id": "Meta.tag:dataProvider.code",
      "min": 1,
      "path": "Meta.tag.code"
    }, {
      "id": "Meta.tag:dataProvider.display",
      "min": 1,
      "path": "Meta.tag.display"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Meta"
}