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 describe reason for what record was retired.

{
    "resourceType":"StructureDefinition",
	"id":"retire-reason",
	"url":"https://openmrs.org/fhir/StructureDefinition/retire-reason",
    "name":"retire-reason",
    "kind":"complex-type",
    "abstract":false,
	"status":"draft",
    "contextType":"resource",
    "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/retire-reason"
            },
            {
                "id":"Extension.valueString",
                "path":"Extension.valueString",
                "type": [
                    {
                        "code":"string"
                    }
                ]
            }
        ]
    }
}


  • No labels