0.2.3 - ci-build

servicewellfhirflc, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.flc/ and changes regularly. See the Directory of published versions

: Mapping from gender-example to AdministrativeGender - JSON Representation

Draft as of 2025-10-29

Raw json | Download

{
  "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://puri.fhir.link/flc/ConceptMap/gender-example-map",
  "version" : "0.2.3",
  "name" : "GenderExampleMap",
  "title" : "Mapping from gender-example to AdministrativeGender",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-10-29T10:20:19+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://puri.fhir.link/flc/ValueSet/gender-example",
  "targetUri" : "http://hl7.org/fhir/ValueSet/administrative-gender",
  "group" : [
    {
      "source" : "http://puri.fhir.link/flc/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"
            }
          ]
        }
      ]
    }
  ]
}