{
  "resourceType": "StructureDefinition",
  "id": "profile-Observation-note-create",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-Observation-note-create",
  "name": "ObservationNoteCreate",
  "title": "Observation Note Creation Profile",
  "status": "active",
  "experimental": false,
  "description": "Profile to create new observation notes against a family coverage or recipient",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://bpcs.exchange/fhir/StructureDefinition/profile-Observation-note-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "comment": "This SHALL be 'final' when recording a new note",
        "patternCode": "final",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://bpcs.exchange/fhir/ValueSet/vs-ObservationNoteStatus"
        }
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://bpcs.exchange/fhir/ValueSet/vs-NoteCode-updateable"
        }
      }
    ]
  }
}