Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Extension: nl-core-humanname-familyname

URL for this extension:

http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname

Status: draft. Extension maintained by:

Base StructureDefinition for Extension Type

Context of Use: Use on element: HumanName

usage info: insert a list of places where this extension is used

Extension Content

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*stringURL = http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname
nl-core-humanname-familyname: Base StructureDefinition for Extension Type
Use on element: HumanName

doco Documentation for this format

Fulle Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname
nl-core-humanname-familyname: Base StructureDefinition for Extension Type
Use on element: HumanName
... extension 1..1codeQualifies this family name as BR (birth name) or SP (spouse/partner)
Binding: ???? (required)
... url 1..1uri"http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname-prefix"
... valueString 0..1stringFamily name prefix

doco Documentation for this format

XML Template

<!-- nl-core-humanname-familyname -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname" >
 <-- extension sliced by url  in the specified orderOpen at End-->
 <extension url="??" value="[code]"/><!-- 1..1  Qualifies this family name as BR (birth name) or SP (spouse/partner)  -->
 <valueString value="[string]"/><!-- 0..1 Family name prefix -->
</extension>

JSON Template

{ // nl-core-humanname-familyname
    "extension" : [ //  sliced by url  in the specified orderOpen at End
      { // Qualifies this family name as BR (birth name) or SP (spouse/partner) // R! 
        // from Element: extension
      }
    ],
    "url" : "http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname-prefix", // R! 
    "valueString" : "<string>", //Family name prefix
  }

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*stringURL = http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname
nl-core-humanname-familyname: Base StructureDefinition for Extension Type
Use on element: HumanName

doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname
nl-core-humanname-familyname: Base StructureDefinition for Extension Type
Use on element: HumanName
... extension 1..1codeQualifies this family name as BR (birth name) or SP (spouse/partner)
Binding: ???? (required)
... url 1..1uri"http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname-prefix"
... valueString 0..1stringFamily name prefix

doco Documentation for this format

XML Template

<!-- nl-core-humanname-familyname -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname" >
 <-- extension sliced by url  in the specified orderOpen at End-->
 <extension url="??" value="[code]"/><!-- 1..1  Qualifies this family name as BR (birth name) or SP (spouse/partner)  -->
 <valueString value="[string]"/><!-- 0..1 Family name prefix -->
</extension>

JSON Template

{ // nl-core-humanname-familyname
    "extension" : [ //  sliced by url  in the specified orderOpen at End
      { // Qualifies this family name as BR (birth name) or SP (spouse/partner) // R! 
        // from Element: extension
      }
    ],
    "url" : "http://fhir.nl/fhir/StructureDefinition/nl-core-humanname-familyname-prefix", // R! 
    "valueString" : "<string>", //Family name prefix
  }