{
  "resourceType": "StructureDefinition",
  "id": "PocExtensionSource",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2018-06-05T18:29:09.699+00:00"
  },
  "url": "http://rivta.se/fhir/StructureDefinition/core/se-core-extentions/Source-v1",
  "name": "Source",
  "status": "draft",
  "date": "2018-06-05T18:29:08.118Z",
  "description": "A uri that identifies the source system of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc. In the provenance resource, this corresponds to Provenance.entity.what[x]. The exact use of the source (and the implied Provenance.entity.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "extension",
  "context": [
    "Observation.meta"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://rivta.se/fhir/StructureDefinition/core/se-core-extentions/Source-v1"
      },
      {
        "id": "Extension.value[x]:valueUri",
        "path": "Extension.valueUri",
        "sliceName": "valueUri",
        "type": [
          {
            "code": "uri"
          }
        ]
      }
    ]
  }
}