Current section
Files
Jump to
Current section
Files
priv/samples/CatalogEntry/CatalogEntry.json
{
"resourceType": "CatalogEntry",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>"
},
"identifier": [
{
"system": "http://example.com/identifier",
"value": "123"
}
],
"type": {
"text": "Medication"
},
"orderable": true,
"referencedItem": {
"reference": "Medication/123"
}
}