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

FHIR IG Statistics: StructureDefinition/fr-lunar-date

Packagehl7-france-fhir.administrative
Resource TypeStructureDefinition
Idfr-lunar-date
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7-france-fhir.administrative@11.2021.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrPatientLunarDate
URLhttp://interopsante.org/fhir/StructureDefinition/FrPatientLunarDate
Version4.0.0
Statusactive
Date2019-12-09
NameFrPatientLunarDate
DescriptionApproximate birthdate of the patient | Date de naissance approximative du patient.
PurposeIndicate an approximate birthdate | Permet de spécifier une date approximative de naissance du patient
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


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-lunar-date",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2019-07-03T10:11:52.671+00:00"
  },
  "url": "http://interopsante.org/fhir/StructureDefinition/FrPatientLunarDate",
  "version": "4.0.0",
  "name": "FrPatientLunarDate",
  "status": "active",
  "date": "2019-12-09",
  "publisher": "InteropSanté",
  "contact": [
    {
      "name": "François Macary/Isabelle Gibaud",
      "telecom": [
        {
          "system": "email",
          "value": "francois.macary@phast.fr",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Approximate birthdate of the patient | Date de naissance approximative du patient.",
  "purpose": "Indicate an approximate birthdate | Permet de spécifier une date approximative de naissance du patient",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Approximative birthdate | Date de naissance approximative",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://interopsante.org/fhir/StructureDefinition/FrPatientLunarDate"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}