This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Profile for A set of general extensions defined for the convenience of implementers that use FHIR resources
{
"resourceType": "Profile",
"text": {
"status": "generated",
"div": "<div><pre> <span style=\"float: right\"><a title=\"Documentation for this format\" href=\"formats.html\"><img alt=\"doco\" src=\"help.png\"/></a></span>\r\n<span style=\" color: Gray\"><!-- <span style=\"color: Darkviolet\">Extensions</span> --></span>\r\n<<span title=\"Provides a reason why the expected value or elements in the element that is extended are missing.\"><b>extension</b></span>><a name=\"data-absent-reason\"> </a><!-- <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: DataType = *</span> -->\r\n <<b>url</b> value="<span style=\"color: maroon\">http://hl7.org/fhir/Profile/general-extensions#data-absent-reason</span>"/>\r\n <<span title=\"Provides a reason why the expected value or elements in the element that is extended are missing.\"><b>valueCode</b></span> value="[<span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#code\">code</a></span>]"/><span style=\" color: Gray\"><!-- </span><span style=\"color: navy\">unknown | asked | temp | notasked | masked | unsupported | astext | error</span><span style=\" color: Gray\"> --></span>\r\n</extension>\r\n\r\n<<span title=\"The registered place of birth of the patient.\"><b>extension</b></span>><a name=\"birthPlace\"> </a><!-- <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: Resource = Patient</span> -->\r\n <<b>url</b> value="<span style=\"color: maroon\">http://hl7.org/fhir/Profile/general-extensions#birthPlace</span>"/>\r\n <<span title=\"The registered place of birth of the patient.\"><b>valueAddress</b></span>><span style=\" color: Gray\"><!-- </span> <span style=\"color: brown;\"><b>0..1</b></span> <span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#Address\">Address</a></span> <span style=\"color: navy\">Place of Birth for patient</span> <span style=\" color: Gray\">--> </span></valueAddress>\r\n</extension>\r\n\r\n</pre></div>"
},
"name": "General Extensions for use by FHIR Implementers",
"publisher": "HL7 FHIR project",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "A set of general extensions defined for the convenience of implementers that use FHIR resources",
"status": "draft",
"date": "2013-12-05",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM"
}
],
"extensionDefn": [
{
"code": "data-absent-reason",
"display": "unknown | asked | temp | notasked | masked | unsupported | astext | error",
"contextType": "datatype",
"context": [
"*"
],
"definition": {
"short": "unknown | asked | temp | notasked | masked | unsupported | astext | error",
"formal": "Provides a reason why the expected value or elements in the element that is extended are missing.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"mustSupport": false,
"isModifier": false,
"binding": {
"name": "DataAbsentReason",
"isExtensible": true,
"referenceResource": {
"reference": "http://hl7.org/fhir/vs/data-absent-reason"
}
},
"mapping": [
{
"identity": "rim",
"map": "ANY.nullFlavor"
}
]
}
},
{
"code": "birthPlace",
"display": "Place of Birth for patient",
"contextType": "resource",
"context": [
"Patient"
],
"definition": {
"short": "Place of Birth for patient",
"formal": "The registered place of birth of the patient.",
"min": 0,
"max": "1",
"type": [
{
"code": "Address"
}
],
"mustSupport": false,
"isModifier": false
}
}
]
}