FHIR IG Statistics: StructureDefinition/Condition-id-core
Package | IdHIE.0v |
Type | StructureDefinition |
Id | Condition-id-core |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=IdHIE.0v@0.0.1&canonical=http://fhir.hie.moh.gov.id/StructureDefinition/Condition-id-core |
URL | http://fhir.hie.moh.gov.id/StructureDefinition/Condition-id-core |
Version | 1.0.0 |
Status | active |
Date | 2023-06-20T13:26:45.5788435+00:00 |
Name | ConditionIdCore |
Title | Condition (ID Core) |
Authority | hl7 |
Description | This profile represents the constraints applied to the Condition resource by ID Core FHIR Implementation Guide and describes the minimum expectations for the Patient resource when used in the ID Core composition or in one of the referred resources. |
Type | Condition |
Kind | resource |
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Enter you narrative here
Source
{
"resourceType": "StructureDefinition",
"id": "Condition-id-core",
"meta": {
"versionId": "1",
"lastUpdated": "2023-06-16T00:48:39.951021+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.hie.moh.gov.id/StructureDefinition/Condition-id-core",
"version": "1.0.0",
"name": "ConditionIdCore",
"title": "Condition (ID Core)",
"status": "active",
"date": "2023-06-20T13:26:45.5788435+00:00",
"description": "This profile represents the constraints applied to the Condition resource by ID Core FHIR Implementation Guide and describes the minimum expectations for the Patient resource when used in the ID Core composition or in one of the referred resources.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Condition",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Condition.extension",
"path": "Condition.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Condition.extension:myExtension",
"path": "Condition.extension",
"sliceName": "myExtension",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://fhir.hie.moh.gov.id/StructureDefinition/audit-id-core"
]
}
],
"isModifier": false
},
{
"id": "Condition.category",
"path": "Condition.category",
"min": 1,
"binding": {
"strength": "required",
"valueSet": "http://fhir.hie.moh.gov.id/ValueSet/condition-category-id-core"
}
},
{
"id": "Condition.code",
"path": "Condition.code",
"min": 1
}
]
}
}