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

FHIR IG Statistics: StructureDefinition/fr-patient-birth-place.StructureDefinition

Packagehl7-france-fhir.administrative
Resource TypeStructureDefinition
Idfr-patient-birth-place.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7-france-fhir.administrative@11.2021.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrPatientBirthPlace
URLhttp://interopsante.org/fhir/StructureDefinition/FrPatientBirthPlace
Version1.0
Statusdraft
Date2021-06-10
NameFrPatientBirthPlace
TitleBirth Place
Authorityhl7
DescriptionThe registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.
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",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://interopsante.org/fhir/StructureDefinition/FrPatientBirthPlace",
  "version": "1.0",
  "name": "FrPatientBirthPlace",
  "title": "Birth Place",
  "status": "draft",
  "date": "2021-06-10",
  "publisher": "HL7",
  "description": "The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "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": "Place of Birth for patient",
        "definition": "The registered place of birth of the patient. A sytem may use the address.text if they        don't store the birthPlace address in discrete elements.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://interopsante.org/fhir/StructureDefinition/FrPatientBirthPlace"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "Extension.value[x].district",
        "path": "Extension.value[x].district",
        "short": "District name (aka county) | Code officiel géogaphique (COG) de la commune (France) ou du pays",
        "definition": "The name of the administrative area (county) | Code officiel géogaphique (COG) de la commune (France) ou du pays",
        "min": 1
      }
    ]
  }
}