FHIR Release 3 (STU) Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Content Detailed Descriptions Mappings XML JSON

Example CodeSystem/name-assembly-order (Turtle)

Extension: management
Patient Care Vocabulary Work Group   Maturity Level : 1 N/A Standards Status : Informative Use Context : Any
URL for this extension: http://hl7.org/fhir/StructureDefinition/openEHR-management

Summary Name Flags Card. Type Description & Constraints extension 0..1 string Raw Turtle URL = http://hl7.org/fhir/StructureDefinition/openEHR-management management: Text description about the clinical management provided. Use on element: AllergyIntolerance.reaction Documentation for this format (+ also see Turtle/RDF Format Specification Full Structure )

Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/openEHR-management management: Text description about the clinical management provided. Use on element: AllergyIntolerance.reaction url 1..1 uri "http://hl7.org/fhir/StructureDefinition/openEHR-management" valueString 0..1 string Value of extension Documentation for this format

XML Template Definition for Code SystemHumanNameAssemblyOrder

<!-- management -->
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "name-assembly-order"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-12-14T07:12:54.019+11:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://terminology.hl7.org/CodeSystem/name-assembly-order"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1266" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CanonicalResource.name [ fhir:value "HumanNameAssemblyOrder"];
  fhir:CanonicalResource.title [ fhir:value "HumanNameAssemblyOrder"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2022-12-14T07:12:54+11:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "A code that represents the preferred display order of the components of a human name."];
  fhir:CanonicalResource.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/name-assembly-order"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1266" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CodeSystem.name [ fhir:value "HumanNameAssemblyOrder"];
  fhir:CodeSystem.title [ fhir:value "HumanNameAssemblyOrder"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2022-12-14T07:12:54+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "A code that represents the preferred display order of the components of a human name."];
  fhir:CodeSystem.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "NL1" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Own Name" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "NL2" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Partner Name" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "NL3" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Partner Name followed by Maiden Name" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "NL4" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Own Name followed by Partner Name" ]
  ] .

# -------------------------------------------------------------------------------------



< xmlns="http://hl7.org/fhir"
     url="" >
  <!-- from Element: 
 <
</extension>
JSON
Template
  
{ // 
  // from Element: 
    "
    ],
    " 
    "
  }

Summary Name Flags Card. Type Description & Constraints extension 0..1 string URL = http://hl7.org/fhir/StructureDefinition/openEHR-management management: Text description about the clinical management provided. Use on element: AllergyIntolerance.reaction Documentation for this format

Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/openEHR-management management: Text description about Usage note: every effort has been made to ensure that the clinical management provided. Use on element: AllergyIntolerance.reaction url 1..1 uri "http://hl7.org/fhir/StructureDefinition/openEHR-management" valueString 0..1 string Value examples are correct and useful, but they are not a normative part of extension Documentation for this format XML Template <!-- management --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template the specification.

{ // // from Element: " ], " " }
  Constraints ele-1 : All FHIR elements must have a @value or children (xpath: @value|f:*|h:div ) ext-1 : Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]) )