FHIR IG Statistics: StructureDefinition/df7fa3be-46a1-476f-84d1-9bda6c8d067d
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "df7fa3be-46a1-476f-84d1-9bda6c8d067d",
"meta": {
"lastUpdated": "2022-01-17T15:04:33.132+00:00"
},
"url": "http://koppeltaal.nl/fhir/StructureDefinition/KT2Organization",
"version": "0.0.4",
"name": "KT2_Organization",
"status": "draft",
"date": "2022-01-18",
"description": "The (FHIR) Organization (resource) describes a formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. \r\nIncludes also departments, community groups, healthcare practice groups, etc.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "servd",
"uri": "http://www.omg.org/spec/ServD/1.0/",
"name": "ServD"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization.identifier",
"path": "Organization.identifier",
"label": "Koppeltaal",
"min": 1
},
{
"id": "Organization.active",
"path": "Organization.active",
"label": "Koppeltaal",
"min": 1
},
{
"id": "Organization.type",
"path": "Organization.type",
"label": "Koppeltaal"
},
{
"id": "Organization.name",
"path": "Organization.name",
"label": "Koppeltaal"
},
{
"id": "Organization.telecom",
"path": "Organization.telecom",
"label": "Koppeltaal"
},
{
"id": "Organization.address",
"path": "Organization.address",
"label": "Koppeltaal"
},
{
"id": "Organization.partOf",
"path": "Organization.partOf",
"label": "Koppeltaal",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://koppeltaal.nl/fhir/StructureDefinition/KT2Organization"
]
}
]
},
{
"id": "Organization.endpoint",
"path": "Organization.endpoint",
"label": "Koppeltaal",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://koppeltaal.nl/fhir/StructureDefinition/KT2Endpoint"
]
}
]
}
]
}
}