Skip to content

plan for using FHIR resources for measures #562

Description

@faridseifi

Here are a few notes to start:
Here are the proposed fields:
https://docs.google.com/spreadsheets/d/1qDjS2-a7F1El53jUx0fippL3m28pQilLcYNAv4pQkxI/edit?usp=sharing

We will use
https://build.fhir.org/measure.html

The measure.json will be updated based on FHIR resource.

Typical json ld representation of an array of a particular type:

{
"@context": {
"@vocab": "https://schema.org/",
"X": "https://example.com/vocab/X"
},
"@graph": [
{
"@type": "X",
"id": "1",
"name": "First Item"
},
{
"@type": "X",
"id": "2",
"name": "Second Item"
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions