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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeStructureDefinition
Idprofile-Healthplan-c1PatientConditionTag.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/profile/C1
URLhttp://ihis.sg/profile/C1
Statusactive
Nameprofile-Healthplan-c1PatientConditionTag
TypeCondition
Kindresource

Resources that use this resource

StructureDefinition
CarePlan-pophealth-planprofile-HealthPlan-put-health-plan
CarePlan-pophealth-healthplan-outputprofile-Healthplan-get-health-plan

Resources that this resource uses

StructureDefinition
putHealthplanConditionprofile-HealthPlan-conditionBase

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://ihis.sg/profile/C1",
  "name": "profile-Healthplan-c1PatientConditionTag",
  "status": "active",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://ihis.sg/StructureDefinition/putHealthplanCondition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.id",
        "path": "Condition.id",
        "short": "Sample Value: \"3ce6e90318e74f3f839b825b60638356\"",
        "definition": "Logical id of the resource. SOE to generate a guid without hyphen"
      },
      {
        "id": "Condition.meta",
        "path": "Condition.meta",
        "max": "0"
      },
      {
        "id": "Condition.category.coding",
        "path": "Condition.category.coding",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-condition-category"
        }
      },
      {
        "id": "Condition.code.coding",
        "path": "Condition.code.coding",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-condition-tag"
        }
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "Please do not include in put request, HSAR will auto populate",
        "definition": "Please do not include in put request, HSAR will auto populate"
      }
    ]
  }
}