Loinc codes

53 views
Skip to first unread message

Mayank Janmejay

unread,
Jun 26, 2022, 9:58:24 PM6/26/22
to Cerner FHIR Developers
Hello, 
I am sorry I am very very new at this. How do I find the list of accepted loinc codes for Vital-Sign observations?


Mayank Janmejay

unread,
Jun 26, 2022, 10:03:38 PM6/26/22
to Cerner FHIR Developers
Because I tried more than a few codes from  loinc.org which dont seem to be accepted by cerner. 

{
  "resourceType": "Observation",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "3141-9"
      }
    ],
    "text": "Weight"

 },
  "subject":{
      "reference":"Patient/12752053"
   },
   "encounter":{
      "reference":"Encounter/97959202"
   },
  "effectiveDateTime": "2020-04-03T19:22:00.000Z",
  "issued": "2020-04-03T19:21:40.000Z",
  "performer": [
    {
      "extension": [
        {
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code": "LA",
                "display": "legal authenticator"
              }
            ],
            "text": "legal authenticator"
          },
          "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction"
        }
      ],
      "reference": "Practitioner/11638321"
    }
  ],
  "valueQuantity": {
    "value": 164.9,
    "unit": "lb_av",
    "system": "http://unitsofmeasure.org",
    "code": "lbf_av"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 90,
        "unit": "lb_av",
        "system": "http://unitsofmeasure.org",
    "code": "lbf_av"
      },
      "high": {
        "value": 320,
        "unit": "lb_av",
        "system": "http://unitsofmeasure.org",
    "code": "lbf_av"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ],
        "text": "Normal Range"
      }
    }
  ]
}

Reply all
Reply to author
Forward
0 new messages