FLC Implementation Guide
0.2.4 - stable [WIP]
This page is part of the FLC Implementation Guide (v0.2.4: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
| Draft as of 2025-11-26 |
{
"resourceType" : "ConceptMap",
"id" : "gender-example-map",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap gender-example-map</b></p><a name=\"gender-example-map\"> </a><a name=\"hcgender-example-map\"> </a><p>Mapping from <a href=\"ValueSet-gender-example.html\">All Codes from Example Gender CodeSystem</a> to <a href=\"http://hl7.org/fhir/R4/valueset-administrative-gender.html\">AdministrativeGender</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-gender-example.html\">Example Gender CodeSystem</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>M (Male)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>male</td></tr><tr><td>F (Female)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>female</td></tr></table></div>"
},
"url" : "http://canonical.fhir.link/flc/base/ConceptMap/gender-example-map",
"version" : "0.2.4",
"name" : "GenderExampleMap",
"title" : "Mapping from gender-example to AdministrativeGender",
"status" : "draft",
"experimental" : true,
"date" : "2025-11-26T09:01:54+00:00",
"publisher" : "Service Well AB",
"contact" : [
{
"name" : "Service Well AB",
"telecom" : [
{
"system" : "url",
"value" : "https://servicewell.se"
}
]
}
],
"description" : "ConceptMap showing how the local gender-example CodeSystem maps to FHIR AdministrativeGender.",
"sourceUri" : "http://canonical.fhir.link/flc/base/ValueSet/gender-example",
"targetUri" : "http://hl7.org/fhir/ValueSet/administrative-gender",
"group" : [
{
"source" : "http://canonical.fhir.link/flc/base/CodeSystem/gender-example",
"target" : "http://hl7.org/fhir/administrative-gender",
"element" : [
{
"code" : "M",
"display" : "Male",
"target" : [
{
"code" : "male",
"display" : "Male",
"equivalence" : "equivalent"
}
]
},
{
"code" : "F",
"display" : "Female",
"target" : [
{
"code" : "female",
"display" : "Female",
"equivalence" : "equivalent"
}
]
}
]
}
]
}