FHIR IG Statistics: StructureDefinition/862dd222-a2f1-4441-9e97-0498ddab7055
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "862dd222-a2f1-4441-9e97-0498ddab7055",
"meta": {
"versionId": "2",
"lastUpdated": "2021-06-09T13:34:37.127+00:00"
},
"url": "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson",
"version": "1.0",
"name": "FrRelatedPerson",
"status": "active",
"date": "2021-06-09T13:33:22.225202Z",
"publisher": "InteropSanté",
"contact": [
{
"name": "François Macary",
"telecom": [
{
"system": "email",
"value": "francois.macary@phast.fr",
"use": "mobile"
}
]
}
],
"description": "Profile of the RelatedPerson resource for France | Profil de la ressource RelatedPerson pour l'usage en France",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "RelatedPerson",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "RelatedPerson.identifier",
"path": "RelatedPerson.identifier",
"min": 1,
"max": "1"
},
{
"id": "RelatedPerson.patient",
"path": "RelatedPerson.patient",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://interopsante.org/fhir/StructureDefinition/FrPatient"
]
}
]
},
{
"id": "RelatedPerson.relationship",
"path": "RelatedPerson.relationship",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "coding.system"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "RelatedPerson.relationship:RolePerson",
"path": "RelatedPerson.relationship",
"sliceName": "RolePerson",
"short": "The nature of the relationship. Rôle de la personne",
"max": "1",
"binding": {
"strength": "preferred",
"valueSet": "http://interopsante.org/fhir/ValueSet/fr-related-person-role"
}
},
{
"id": "RelatedPerson.relationship:RolePerson.coding.system",
"path": "RelatedPerson.relationship.coding.system",
"fixedUri": "https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass"
},
{
"id": "RelatedPerson.relationship:RelatedPerson",
"path": "RelatedPerson.relationship",
"sliceName": "RelatedPerson",
"label": "sliceRelationship",
"short": "The nature of the relationship. Relation de la personne",
"binding": {
"strength": "preferred",
"valueSet": "http://interopsante.org/fhir/ValueSet/fr-related-person"
}
},
{
"id": "RelatedPerson.relationship:RelatedPerson.coding.system",
"path": "RelatedPerson.relationship.coding.system",
"fixedUri": "https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode"
},
{
"id": "RelatedPerson.name",
"path": "RelatedPerson.name",
"type": [
{
"code": "HumanName",
"profile": [
"http://interopsante.org/fhir/StructureDefinition/FrHumanName"
]
}
]
},
{
"id": "RelatedPerson.telecom",
"path": "RelatedPerson.telecom",
"type": [
{
"code": "ContactPoint",
"profile": [
"http://interopsante.org/fhir/StructureDefinition/FrContactPoint"
]
}
]
},
{
"id": "RelatedPerson.address",
"path": "RelatedPerson.address",
"type": [
{
"code": "Address",
"profile": [
"http://interopsante.org/fhir/StructureDefinition/FrAddress"
]
}
]
}
]
}
}