{
  "resourceType": "StructureDefinition",
  "id": "example",
  "url": "http://hl7.org/fhir/StructureDefinition/example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "1.2.36.90146595217.4.2"
    }
  ],
  "version": "2",
  "name": "LipidProfileExample",
  "title": "Example Lipid Profile",
  "status": "draft",
  "experimental": true,
  "date": "2012-05-12",
  "publisher": "Health Intersections Pty Ltd",
  "contact": [
    {
      "name": "Grahame Grieve",
      "telecom": [
        {
          "system": "email",
          "value": "grahame@healthintersections.com.au"
        }
      ]
    }
  ],
  "description": "Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "focus",
        "display": "Clinical Focus"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "314079002",
            "display": "Hyperlipidemia screening test (procedure)"
          }
        ]
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU"
        }
      ]
    }
  ],
  "purpose": "Provide an example to demonstrate how to use StructureDefinition",
  "copyright": "Creative Commons 0, per FHIR specification",
  "keyword": [
    {
      "system": "http://snomed.info/sct",
      "code": "314079002",
      "display": "Hyperlipidemia screening test (procedure)"
    }
  ],
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "m1",
      "uri": "https://www.rcpa.edu.au/getattachment/0961c6d1-ec80-4500-8dc0-de516500e05b/Lipid-and-lipoprotein-testing.aspx",
      "name": "RCPA Lipid Report recommendations",
      "comment": "Actual mappings haven't yet been filled out"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint"
}