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