{
  "resourceType": "StructureDefinition",
  "id": "fpar-contraceptiveCounseling",
  "url": "http://fhir.org/guides/hspc/StructureDefinition/fpar-contraceptiveCounseling",
  "version": "1.0.0",
  "name": "FPAR Contraceptive Counseling Profile",
  "status": "draft",
  "date": "2016-08-01",
  "publisher": "Healthcare Services Platform Consortium on behalf of Family Planning Annual Report",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://healthcaresoa.org"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.0",
  "mapping": [
    {
      "identity": "argonaut-dq-dstu2",
      "uri": "http://unknown.org/Argonaut DQ DSTU2",
      "name": "Argonaut DQ DSTU2"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure:fparcontraceptiveCounseling",
        "path": "Procedure",
        "sliceName": "fparcontraceptiveCounseling",
        "short": "FPAR Contraceptive Counseling Profile",
        "definition": "FPAR Contraceptive Counseling Profile is based on the US Core Condition Profile",
        "comment": "Contraceptive counseling is an interaction in which provider spends time during an encounter discussing the patient's choice of contraceptive method; explicit patient-provider interaction discussing contraceptive methods and available options that lasts at least 10 minutes for a new patient, 5 minutes for an existing patient.",
        "mustSupport": false,
        "isModifier": false,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "Procedure"
          }
        ]
      },
      {
        "id": "Procedure:fparcontraceptiveCounseling.status",
        "path": "Procedure.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/event-status"
          }
        },
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "Procedure.status"
          }
        ]
      },
      {
        "id": "Procedure:fparcontraceptiveCounseling.code",
        "path": "Procedure.code",
        "short": "SNOMED-CT | ICD-10 | CPT-4",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
              "valueReference": {
                "reference": "http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code"
              }
            }
          ],
          "strength": "extensible",
          "description": "Codes describing the type of  Procedure",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code"
          }
        },
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "Procedure.code"
          }
        ]
      },
      {
        "id": "Procedure:fparcontraceptiveCounseling.subject",
        "path": "Procedure.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "Procedure.subject"
          }
        ]
      },
      {
        "id": "Procedure:fparcontraceptiveCounseling.performed[x]",
        "path": "Procedure.performed[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "mapping": [
          {
            "identity": "argonaut-dq-dstu2",
            "map": "Procedure.performed[x]"
          }
        ]
      }
    ]
  }
}