FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/uscore-to-pcornet-birth-sex

Packagehl7.fhir.us.cdmh
TypeConceptMap
Iduscore-to-pcornet-birth-sex
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cdmh/https://build.fhir.org/ig/HL7/cdmh/ConceptMap-uscore-to-pcornet-birth-sex.html
URLhttp://hl7.org/fhir/us/cdmh/ConceptMap/uscore-to-pcornet-birth-sex
Version1.0.0
Statusdraft
Date2021-12-06T15:53:07+00:00
NameUSCoreToPCORNetBirthSex
TitleMapping from US Core to PCORNet Birth Sex Codes
Realmus
Authorityhl7
DescriptionThis concept map defines a mapping from US Core Birth Sex to PCORNet Birth Sex codes.
CopyrightUsed by permission of HL7, all rights reserved Creative Commons License

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
pcornet-birth-sexPCORNet Birth Sex
birthsexBirth Sex

Narrative

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

BirthSex Mappings from US Core to PCORNet

Mapping from US Core Birth Sex (http://hl7.org/fhir/us/core/STU3.1/ValueSet-birthsex.html) to http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-birth-sex

This concept map defines a mapping from US Core Birth Sex to PCORNet Birth Sex codes.


Source Code Equivalence Destination Code
M equal M
F equal F
UNK equal UN

Source

{
  "resourceType": "ConceptMap",
  "id": "uscore-to-pcornet-birth-sex",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/cdmh/ConceptMap/uscore-to-pcornet-birth-sex",
  "version": "1.0.0",
  "name": "USCoreToPCORNetBirthSex",
  "title": "Mapping from US Core to PCORNet Birth Sex Codes",
  "status": "draft",
  "experimental": false,
  "date": "2021-12-06T15:53:07+00:00",
  "publisher": "HL7 International - Biomedical Research and Regulation Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "This concept map defines a mapping from US Core Birth Sex to PCORNet Birth Sex codes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7, all rights reserved Creative Commons License",
  "sourceCanonical": "http://hl7.org/fhir/us/core/ValueSet/birthsex",
  "targetCanonical": "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-birth-sex",
  "group": [
    {
      "element": [
        {
          "code": "M",
          "target": [
            {
              "code": "M",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "F",
          "target": [
            {
              "code": "F",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "UNK",
          "target": [
            {
              "code": "UN",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}