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

FHIR IG Statistics: StructureDefinition/sfm-Person

Packagesfm.130323
Resource TypeStructureDefinition
Idsfm-Person
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sfm.130323@3.0.1&canonical=http://ehelse.no/fhir/StructureDefinition/sfm-Person
URLhttp://ehelse.no/fhir/StructureDefinition/sfm-Person
Version1.0
Statusactive
Date2021-05-01
NameSfmPerson
Titlesfm-Person
DescriptionUsed in SFM to write non medical users. Derived from no-basis-Person.
TypePerson
Kindresource

Resources that use this resource

CapabilityStatement
SFM-BasisCapabilitystatementSFM-Basis Capability statement - PRELIMINARY version

Resources that this resource uses

StructureDefinition
no-basis-Personno-basis-Person

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "sfm-Person",
  "url": "http://ehelse.no/fhir/StructureDefinition/sfm-Person",
  "version": "1.0",
  "name": "SfmPerson",
  "title": "sfm-Person",
  "status": "active",
  "date": "2021-05-01",
  "description": "Used in SFM to write non medical users. Derived from no-basis-Person.",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.no/fhir/StructureDefinition/no-basis-Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.identifier",
        "path": "Person.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.name",
        "path": "Person.name",
        "mustSupport": true
      },
      {
        "id": "Person.name.extension",
        "path": "Person.name.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Person.name.extension:middlename",
        "path": "Person.name.extension",
        "sliceName": "middlename",
        "mustSupport": true
      },
      {
        "id": "Person.active",
        "path": "Person.active",
        "mustSupport": true
      }
    ]
  }
}