FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/767d1472-2508-4dd2-824b-b61c4e795f91

Packageans.cnsa.fhir
Resource TypeStructureDefinition
Id767d1472-2508-4dd2-824b-b61c4e795f91
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ans.cnsa.fhir@0.1.2&canonical=http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/RelatedPersonMDPH
URLhttp://esante.gouv.fr/ci-sis/fhir/StructureDefinition/RelatedPersonMDPH
Version1.1
Statusactive
Date2021-04-20T08:49:59.8296317Z
NameRelatedPersonMDPH
TitleRelated Person MDPH
Authoritynational
DescriptionProfil RelatedPersonMDPH adapté au cas d'usage SI-MDPH. Les différentes personnes liées au demandeur (parents, aidants etc) sont représentées par la ressource « RelatedPerson ». Un profil spécifique est créé pour ce volet et nommé RelatedPersonMDPH.
TypeRelatedPerson
Kindresource

Resources that use this resource

StructureDefinition
QuestionnaireResponseMDPHQuestionnaire réponses SI-MDPH

Resources that this resource uses

StructureDefinition
FrPatientMDPHFrPatientMDPH

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "767d1472-2508-4dd2-824b-b61c4e795f91",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2021-04-20T09:14:32.753+00:00"
  },
  "url": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/RelatedPersonMDPH",
  "version": "1.1",
  "name": "RelatedPersonMDPH",
  "title": "Related Person MDPH",
  "status": "active",
  "date": "2021-04-20T08:49:59.8296317Z",
  "publisher": "ANS",
  "description": "Profil RelatedPersonMDPH adapté au cas d'usage SI-MDPH. \r\nLes différentes personnes liées au demandeur (parents, aidants etc) sont représentées par la ressource « RelatedPerson ». Un profil spécifique est créé pour ce volet et nommé RelatedPersonMDPH.",
  "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.meta",
        "path": "RelatedPerson.meta",
        "min": 1
      },
      {
        "id": "RelatedPerson.meta.profile",
        "path": "RelatedPerson.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/RelatedPersonMDPH"
      },
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/FrPatientMDPH"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.name",
        "path": "RelatedPerson.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://interopsante.org/fhir/StructureDefinition/fr-human-name"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.address",
        "path": "RelatedPerson.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://interopsante.org/fhir/StructureDefinition/fr-address"
            ]
          }
        ]
      }
    ]
  }
}