FHIR IG analytics| Package | hl7.fhir.uv.crmi |
| Resource Type | Group |
| Id | Group-ExampleCohortDefinition.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group ExampleCohortDefinition
Profile: CRMI GroupDefinition
type: Person
actual: false
name: Adult Diabetes Patients
characteristic
code: Patients with diabetes diagnosis
value: Diabetes mellitus
exclude: false
characteristic
code: Adults 18 years and older
value: 18 years (Details: UCUM codea = 'a')
exclude: false
characteristic
code: Patients with high HbA1c (>6%)
value: High A1C Observation Profile
exclude: false
{
"resourceType": "Group",
"id": "ExampleCohortDefinition",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-groupdefinition"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": "person",
"actual": false,
"name": "Adult Diabetes Patients",
"characteristic": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "64572001",
"display": "Disease (disorder)"
}
],
"text": "Patients with diabetes diagnosis"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73211009",
"display": "Diabetes mellitus"
}
]
},
"exclude": false
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30525-0",
"display": "Age"
}
],
"text": "Adults 18 years and older"
},
"valueQuantity": {
"value": 18,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"exclude": false
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "4548-4",
"display": "Hemoglobin A1c/Hemoglobin.total in Blood"
}
],
"text": "Patients with high HbA1c (>6%)"
},
"valueReference": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-groupCharacteristicValueCanonical",
"valueCanonical": "http://example.org/fhir/StructureDefinition/high-a1c-observation"
}
],
"display": "High A1C Observation Profile"
},
"exclude": false
}
]
}