PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/operation-parameter-use
{
  "description": "Whether an operation parameter is an input or an output parameter.",
  "_filename": "codesystem-operation-parameter-use.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-12-06T12:22:34+11:00",
  "meta": {
    "lastUpdated": "2016-12-06T12:22:34.981+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "OperationParameterUse",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "992dad79-d1cf-4abd-82ce-f80d5748d68e",
  "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use",
  "kind": null,
  "url": "http://hl7.org/fhir/operation-parameter-use",
  "identifier": {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.298",
    "system": "urn:ietf:rfc:3986"
  },
  "concept": [ {
    "code": "in",
    "display": "In",
    "definition": "This is an input parameter."
  }, {
    "code": "out",
    "display": "Out",
    "definition": "This is an output parameter."
  } ],
  "caseSensitive": true,
  "version": "1.8.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}