FHIR IG analytics
| Package | medmij.fhir.nl.r4.pathology |
| Resource Type | ConceptMap |
| Id | ConceptMap-MercuriusGender-to-AdministrativeGender.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=medmij.fhir.nl.r4.pathology@1.0.0-alpha.1&canonical=http://medmij.nl/fhir/ConceptMap/MercuriusGender-to-AdministrativeGender |
| URL | http://medmij.nl/fhir/ConceptMap/MercuriusGender-to-AdministrativeGender |
| Status | draft |
| Name | MercuriusGender_to_AdministrativeGender |
| Title | MercuriusGender to AdministrativeGender |
| Realm | nl |
| 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. |
Resources that use this resource
No resources found
Resources that this resource uses
| ValueSet |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | MercuriusGender | MercuriusGender 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"
}
]
}
]
}
]
}