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

FHIR IG Statistics: StructureDefinition/fr-comment

Packagehl7-france-fhir.administrative
Resource TypeStructureDefinition
Idfr-comment
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7-france-fhir.administrative@11.2021.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrPatientContactComment
URLhttp://interopsante.org/fhir/StructureDefinition/FrPatientContactComment
Version4.0.0
Statusactive
Date2019-07-05
NameFrPatientContactComment
Descriptionadd a comment on a dataElement of a resource | Ajout d'un commentaire sur un dataElement d'une ressource
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
FrPatientFrPatient

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "fr-comment",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-05T00:00:00+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://interopsante.org/fhir/StructureDefinition/FrPatientContactComment",
  "version": "4.0.0",
  "name": "FrPatientContactComment",
  "status": "active",
  "date": "2019-07-05",
  "publisher": "InteropSanté",
  "contact": [
    {
      "name": "François macary et Isabelle Gibaud",
      "telecom": [
        {
          "system": "email",
          "value": "francois.macary@phast.fr"
        }
      ]
    }
  ],
  "description": "add a comment on a dataElement  of a resource | Ajout d'un commentaire sur un dataElement d'une ressource",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "fhirpath",
      "expression": "Patient.contact"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Comment on a dataElement | Commentaire sur un dataElement"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://interopsante.org/fhir/StructureDefinition/FrPatientContactComment"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}