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

FHIR IG Statistics: StructureDefinition/sfm-Recallinfo

Packagesfm.130323
Resource TypeStructureDefinition
Idsfm-Recallinfo
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sfm.130323@3.0.1&canonical=http://ehelse.no/fhir/StructureDefinition/sfm-Recallinfo
URLhttp://ehelse.no/fhir/StructureDefinition/sfm-Recallinfo
Version1.0
Statusactive
Date2021-05-01
NameSfmRecallinfo
Titlesfm-Recallinfo
DescriptionResource to communicate ERM7 information.
TypeBasic
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
sfm-Patientsfm-Patient
sfm-PractitionerRolesfm-PractitionerRole
sfm-recalldetailssfm-recalldetails

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "sfm-Recallinfo",
  "url": "http://ehelse.no/fhir/StructureDefinition/sfm-Recallinfo",
  "version": "1.0",
  "name": "SfmRecallinfo",
  "title": "sfm-Recallinfo",
  "status": "active",
  "date": "2021-05-01",
  "description": "Resource to communicate ERM7 information.",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Basic",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Basic",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Basic.extension",
        "path": "Basic.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Basic.extension:recallinfo",
        "path": "Basic.extension",
        "sliceName": "recallinfo",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-recalldetails"
            ]
          }
        ]
      },
      {
        "id": "Basic.code",
        "path": "Basic.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:2.16.578.1.12.4.1.1.8279",
              "code": "ERM7"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Basic.code.coding.system",
        "path": "Basic.code.coding.system",
        "fixedUri": "urn:oid:2.16.578.1.12.4.1.1.8279"
      },
      {
        "id": "Basic.subject",
        "path": "Basic.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Basic.created",
        "path": "Basic.created",
        "mustSupport": true
      },
      {
        "id": "Basic.author",
        "path": "Basic.author",
        "short": "Who recalled",
        "definition": "Indicates who recalled the prescription",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-PractitionerRole"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}