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

FHIR IG Statistics: StructureDefinition/CMSPerson.StructureDefinition.xml

Packageca.on.oh-cms
Resource TypeStructureDefinition
IdCMSPerson.StructureDefinition.xml
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-cms@1.0.2-alpha1.0.2&canonical=http://ehealthontario.on.ca/fhir/StructureDefinition/ca-on-cms-profile-Person
URLhttp://ehealthontario.on.ca/fhir/StructureDefinition/ca-on-cms-profile-Person
Statusdraft
NameCMSPerson
TypePerson
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ext-id-health-card-version-codeHealthCardVersionCode

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ehealthontario.on.ca/fhir/StructureDefinition/ca-on-cms-profile-Person",
  "name": "CMSPerson",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.meta",
        "path": "Person.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.meta.profile",
        "path": "Person.meta.profile",
        "comment": "FOR CMS USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Person|1.0.0",
        "min": 1
      },
      {
        "id": "Person.identifier",
        "path": "Person.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.identifier.extension",
        "path": "Person.identifier.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Person.identifier.extension:data-absent-reason",
        "path": "Person.identifier.extension",
        "sliceName": "data-absent-reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Person.identifier.extension:HCN-version-code",
        "path": "Person.identifier.extension",
        "sliceName": "HCN-version-code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Person.identifier.system",
        "path": "Person.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Person.identifier.value",
        "path": "Person.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Person.name",
        "path": "Person.name",
        "min": 1
      },
      {
        "id": "Person.name.family",
        "path": "Person.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.name.given",
        "path": "Person.name.given",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.telecom.system",
        "path": "Person.telecom.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.telecom.value",
        "path": "Person.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.gender",
        "path": "Person.gender",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.birthDate",
        "path": "Person.birthDate",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Person.address",
        "path": "Person.address",
        "mustSupport": true
      },
      {
        "id": "Person.address.use",
        "path": "Person.address.use",
        "mustSupport": true
      },
      {
        "id": "Person.address.type",
        "path": "Person.address.type",
        "mustSupport": true
      },
      {
        "id": "Person.address.line",
        "path": "Person.address.line",
        "mustSupport": true
      },
      {
        "id": "Person.address.city",
        "path": "Person.address.city",
        "mustSupport": true
      },
      {
        "id": "Person.address.state",
        "path": "Person.address.state",
        "mustSupport": true
      },
      {
        "id": "Person.address.postalCode",
        "path": "Person.address.postalCode",
        "mustSupport": true
      },
      {
        "id": "Person.address.country",
        "path": "Person.address.country",
        "mustSupport": true
      }
    ]
  }
}