FHIR IG analytics
Resources that use this resource
Resources that this resource uses
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"
}
]
}
}