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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeGroup
IdGroup-ExampleCohortDefinition.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Group ExampleCohortDefinition

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


Source1

{
  "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
    }
  ]
}