FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.tddui
Resource TypeRelatedPerson
IdRelatedPerson-tddui-related-person-contact-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narratif généré : PersonneEnRelation tddui-related-person-contact-example

identifier: 3480787529/123456789-PPAttente-1234-enfant

patient: DUPONT Male, Date de Naissance :1947-04-03 ( Patient internal identifier: 3480787529/194704032)

relationship: Responsable légal, Père


Source1

{
  "resourceType": "RelatedPerson",
  "id": "tddui-related-person-contact-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-related-person-contact"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "3480787529/123456789-PPAttente-1234-enfant"
    }
  ],
  "patient": {
    "reference": "Patient/tddui-patient-ins-example"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass",
          "code": "GUARD",
          "display": "Responsable légal"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode",
          "code": "FTH",
          "display": "Père"
        }
      ]
    }
  ]
}