Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This extension is used to mark the date when record was changed.

date-changed
{
    "resourceType":"StructureDefinition",
    "id":"date-changed",
    "url":"https://openmrs.org/fhir/StructureDefinition/date-changed",
    "name":"date-changed",
    "status":"draft",
    "kind":"primitive-type",
    "abstract":false,
    "contextType":"datatype",
    "type":"Extension",
    "baseDefinition":"http://hl7.org/fhir/StructureDefinition/Extension",
    "derivation":"constraint",
    "differential":{
        "element": [
            {
                "id":"Extension.url",
                "path":"Extension.url",
                "fixedUri":"https://openmrs.org/fhir/StructureDefinition/date-changed"
            },
            {
                "id":"Extension.value[x]:valueDateTime",
                "path":"Extension.valueDateTime",
                "sliceName":"valueDateTime",
                "type": [
                    {
                        "code":"dateTime"
                    }
                ]
            },
            {
                "id":"valueDateTime:valueDateTime.id",
                "path":"Extension.valueDateTime.id",
                "max":"0"
            }
        ]
    }
}


  • No labels