FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeStructureDefinition
Idextension-Enrollment-enrollmentStatusReason.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/extension/enrollment-status-reason
URLhttp://ihis.sg/extension/enrollment-status-reason
Statusactive
Nameentension-Enrollment-enrollmentStatusReason
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
CarePlan-pophealth-enrolment-outputprofile-Enrollment-get-enrollment
CarePlan-pophealth-enrolmentprofile-Enrollment-put-enrollment

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://ihis.sg/extension/enrollment-status-reason",
  "name": "entension-Enrollment-enrollmentStatusReason",
  "status": "active",
  "fhirVersion": "4.3.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "CarePlan"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ihis.sg/extension/enrollment-status-reason"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "definition": "The code of the coding. It shall be one of the code defined in valueset Possible value: enrollment, pcp-change, withdraw, nehr-optout",
        "comment": "Enrollment status reason, refer to valueset for possible values",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-enrollment-status-reason"
        }
      }
    ]
  }
}