Request

OperationupdateCreate ConceptMap
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/ConceptMap/2bfa2f7b991549908e129ccf79b286fd
ResourceConceptMapId2bfa2f7b991549908e129ccf79b286fd
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "ConceptMap",
  "id" : "2bfa2f7b991549908e129ccf79b286fd",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - ConceptMap: FHIR/v3 Address Use Mapping</p></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/101",
  "identifier" : {
    "system" : "http://happyvalley.com/conceptmap",
    "value" : "02118670-310"
  },
  "version" : "4.0.1",
  "name" : "FHIRv3AddressUse",
  "title" : "FHIR/v3 Address Use Mapping",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-02",
  "publisher" : "HL7, Inc wqf3Df",
  "contact" : [ {
    "name" : "FHIR project team (example)",
    "telecom" : [ {
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    } ]
  } ],
  "description" : "A mapping between the FHIR and HL7 v3 AddressUse Code systems",
  "useContext" : [ {
    "code" : {
      "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
      "code" : "venue"
    },
    "valueCodeableConcept" : {
      "text" : "for CCDA Usage"
    }
  } ],
  "jurisdiction" : [ {
    "coding" : [ {
      "system" : "urn:iso:std:iso:3166",
      "code" : "US"
    } ]
  } ],
  "purpose" : "To help implementers map from HL7 v3/CDA to FHIR",
  "copyright" : "Creative Commons 0",
  "sourceUri" : "http://hl7.org/fhir/ValueSet/address-use",
  "targetUri" : "http://terminology.hl7.org/ValueSet/v3-AddressUse",
  "group" : [ {
    "source" : "http://hl7.org/fhir/address-use",
    "target" : "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
    "element" : [ {
      "code" : "home",
      "display" : "home",
      "target" : [ {
        "code" : "H",
        "display" : "home",
        "equivalence" : "equivalent"
      } ]
    }, {
      "code" : "work",
      "display" : "work",
      "target" : [ {
        "code" : "WP",
        "display" : "work place",
        "equivalence" : "equivalent"
      } ]
    }, {
      "code" : "temp",
      "display" : "temp",
      "target" : [ {
        "code" : "TMP",
        "display" : "temporary address",
        "equivalence" : "equivalent"
      } ]
    }, {
      "code" : "old",
      "display" : "old",
      "target" : [ {
        "code" : "BAD",
        "display" : "bad address",
        "equivalence" : "disjoint",
        "comment" : "In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old"
      } ]
    } ],
    "unmapped" : {
      "mode" : "fixed",
      "code" : "temp",
      "display" : "temp"
    }
  } ]
}