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

FHIR IG Statistics: StructureDefinition/sfm-Patient

Packagesfm.130323
Resource TypeStructureDefinition
Idsfm-Patient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sfm.130323@3.0.1&canonical=http://ehelse.no/fhir/StructureDefinition/sfm-Patient
URLhttp://ehelse.no/fhir/StructureDefinition/sfm-Patient
Version1.0
Statusactive
Date2021-05-01
NameSfmPatient
Titlesfm-Patient
DescriptionPatient to be used in SFM. It is based on no-basis-Patient.
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
sfm-BandaPrescriptionsfm-BandaPrescription
sfm-Conditionsfm-Condition
sfm-MedicationCompositionsfm-MedicationComposition
sfm-MedicationDispensesfm-MedicationDispense
sfm-MedicationStatementsfm-MedicationStatement
sfm-Multidoseregistrationsfm-Multidoseregistration
sfm-Observationsfm-Observation
sfm-Recallinfosfm-Recallinfo
sfm-SlvResponsesfm-SlvResponse
sfm-Tasksfm-Task

Resources that this resource uses

StructureDefinition
no-basis-Patientno-basis-Patient
sfm-reimbursementInfosfm-reimbursementInfo

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "sfm-Patient",
  "url": "http://ehelse.no/fhir/StructureDefinition/sfm-Patient",
  "version": "1.0",
  "name": "SfmPatient",
  "title": "sfm-Patient",
  "status": "active",
  "date": "2021-05-01",
  "description": "Patient to be used in SFM. It is based on no-basis-Patient.",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.no/fhir/StructureDefinition/no-basis-Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:citizenship",
        "path": "Patient.extension",
        "sliceName": "citizenship",
        "mustSupport": true
      },
      {
        "id": "Patient.extension:citizenship.extension",
        "path": "Patient.extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:citizenship.extension:code",
        "path": "Patient.extension.extension",
        "sliceName": "code",
        "mustSupport": true
      },
      {
        "id": "Patient.extension:citizenship.extension:period",
        "path": "Patient.extension.extension",
        "sliceName": "period",
        "mustSupport": true
      },
      {
        "id": "Patient.extension:eea",
        "path": "Patient.extension",
        "sliceName": "eea",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-reimbursementInfo"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:FHN",
        "path": "Patient.identifier",
        "sliceName": "FHN",
        "max": "0"
      },
      {
        "id": "Patient.identifier:HNR",
        "path": "Patient.identifier",
        "sliceName": "HNR",
        "max": "0"
      },
      {
        "id": "Patient.identifier:xxxid",
        "path": "Patient.identifier",
        "sliceName": "xxxid",
        "definition": "An identifier for this patient. Should be at Fødselsnummer, D-nummer or locally assigned xxxid",
        "max": "1"
      },
      {
        "id": "Patient.identifier:xxxid.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "urn:oid:2.16.578.1.12.4.1.4.14"
      },
      {
        "id": "Patient.identifier:xxxid.value",
        "path": "Patient.identifier.value",
        "min": 1
      },
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.extension",
        "path": "Patient.name.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.name.extension:middlename",
        "path": "Patient.name.extension",
        "sliceName": "middlename",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "mustSupport": true
      },
      {
        "id": "Patient.address.extension",
        "path": "Patient.address.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.address.extension:official",
        "path": "Patient.address.extension",
        "sliceName": "official",
        "mustSupport": true
      },
      {
        "id": "Patient.link.type",
        "path": "Patient.link.type",
        "definition": "The type of link between this patient resource and another patient resource. Only link type replaces is supported in SFM."
      }
    ]
  }
}