FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "ext-patientbirthsex",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}
],
"url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-birthSex",
"version": "1.1.0",
"name": "ExtensionBirthSex",
"title": "Extension: Birth Sex",
"status": "active",
"date": "2024-08-09",
"publisher": "HL7 Canada - FHIR Implementation Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
}
]
}
],
"description": "A code classifying the person's sex assigned at birth. Replicates the birthsex extension in US-Core-R4 for interoperability.",
"jurisdiction": [
{
"coding": [
{
"code": "CA",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"expression": "Patient",
"type": "element"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.extension",
"path": "Extension.extension",
"max": "0"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-birthSex"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"min": 1
},
{
"id": "Extension.value[x]:valueCoding",
"path": "Extension.value[x]",
"sliceName": "valueCoding",
"short": "A code classifying the person's sex assigned at birth",
"definition": "Uses the SexAssignedAtBirthValueSet to define a person's sex assigned at Birth.",
"comment": "The codes required are intended to present birth sex (i.e., the sex recorded on the patient’s birth certificate) and not gender identity or reassigned sex.",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding"
}
],
"binding": {
"strength": "example",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/sexassignedatbirth",
"description": "Code for sex assigned at birth"
}
},
{
"id": "Extension.value[x]:valueCoding.system",
"path": "Extension.value[x].system",
"min": 1
},
{
"id": "Extension.value[x]:valueCoding.code",
"path": "Extension.value[x].code",
"min": 1
},
{
"id": "Extension.value[x]:valueCoding.display",
"path": "Extension.value[x].display",
"short": "Optional description of the sex at birth code",
"definition": "Plain text representation of the sex at birth concept"
}
]
}
}