Sha256: 77ac404856c40c57e5f4902237dfc7c12b4e683ccc488e8b4a2710bfdcfc231f
Contents?: true
Size: 1.48 KB
Versions: 3
Compression:
Stored size: 1.48 KB
Contents
{ "resourceType": "ConceptMap", "id": "example2", "url": "http://hl7.org/fhir/ConceptMap/example2", "version": "4.0.0", "name": "FHIR-exanple-2", "title": "FHIR Example 2", "status": "draft", "experimental": true, "date": "2012-06-13", "publisher": "HL7, Inc", "contact": [ { "name": "FHIR project team (example)", "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "An example mapping", "purpose": "To illustrate mapping features", "sourceUri": "http://example.org/fhir/example1", "targetUri": "http://example.org/fhir/example2", "group": [ { "source": "http://example.org/fhir/example1", "target": "http://example.org/fhir/example2", "element": [ { "code": "code", "display": "Example Code", "target": [ { "code": "code2", "display": "Some Example Code", "equivalence": "equivalent", "dependsOn": [ { "property": "http://example.org/fhir/property-value/example", "system": "http://example.org/fhir/example3", "value": "some-code", "display": "Something Coded" } ] } ] } ], "unmapped": { "mode": "other-map", "url": "http://example.org/fhir/ConceptMap/map2" } } ] }
Version data entries
3 entries across 3 versions & 1 rubygems