This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
CDA Organization Relationship Status
{
"resourceType": "ExtensionDefinition",
"id": "cda-org-partof-statuscode",
"meta": {
"lastUpdated": "2014-11-05T20:31:00Z"
},
"url": "http://hl7.org/fhir/ExtensionDefinition/cda-org-partof-statuscode",
"name": "CDA Organization Relationship Status",
"publisher": "HL7 FHIR Project",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "Standard Profile for CDA R2 on FHIR",
"status": "draft",
"date": "2014-11-05",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM"
}
],
"contextType": "resource",
"context": [
"Organization.partOf"
],
"element": [
{
"path": "Extension",
"short": "The status of the organizational relationship",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"name": "RoleStatus",
"isExtensible": false,
"referenceUri": "http://hl7.org/fhir/v3/vs/RoleStatus"
},
"mapping": [
{
"identity": "rim",
"map": "Role.statusCode"
}
]
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.