FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedmij.fhir.nl.r4.pathology
Resource TypeConceptMap
IdConceptMap-MercuriusGender-to-AdministrativeGender.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.r4.pathology@1.0.0-alpha.1&canonical=http://medmij.nl/fhir/ConceptMap/MercuriusGender-to-AdministrativeGender
URLhttp://medmij.nl/fhir/ConceptMap/MercuriusGender-to-AdministrativeGender
Statusdraft
NameMercuriusGender_to_AdministrativeGender
TitleMercuriusGender to AdministrativeGender
Realmnl
DescriptionMaps gender codes as found in the Patient building block for patient use cases in the context of the information standard Pathology (Pathologie) to <http://hl7.org/fhir/ValueSet/administrative-gender> as found in `Patient.gender` in FHIR R4.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0administrative-genderAdministrativeGender
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1MercuriusGenderMercuriusGender CodeSystem.
ValueSet
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1MercuriusGenderMercuriusGender ValueSet.

Narrative

Note: links and images are rebased to the (stated) source

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source1

{
  "resourceType": "ConceptMap",
  "id": "MercuriusGender-to-AdministrativeGender",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional",
      "valueBoolean": false
    }
  ],
  "url": "http://medmij.nl/fhir/ConceptMap/MercuriusGender-to-AdministrativeGender",
  "name": "MercuriusGender_to_AdministrativeGender",
  "title": "MercuriusGender to AdministrativeGender",
  "status": "draft",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Maps gender codes as found in the Patient building block for patient use cases in the context of the information standard Pathology (Pathologie) to <http://hl7.org/fhir/ValueSet/administrative-gender> as found in `Patient.gender` in FHIR R4.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "sourceCanonical": "http://medmij.nl/fhir/ValueSet/MercuriusGender",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/administrative-gender",
  "group": [
    {
      "source": "http://medmij.nl/fhir/CodeSystem/MercuriusGender",
      "target": "http://hl7.org/fhir/administrative-gender",
      "element": [
        {
          "code": "m",
          "target": [
            {
              "code": "male",
              "display": "Male",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "v",
          "target": [
            {
              "code": "female",
              "display": "Female",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}