Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "resourceType": "ActivityDefinition",
    "date": "2017-01-01T00:00:00",
    "extension": [
        {
            "url": "unitPrice",
            "valueMoney": {
                "currency": "$",
                "value": 21000.0
            }
        },
        {
            "url": "frequency",
            "valueInteger": 0
        }
    ],
    "id": "503DBA38-D28C-4FCC-BC3B-EA912982911B",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "503DBA38-D28C-4FCC-BC3B-EA912982911B"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "SC",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "M1"
        }
    ],
    "name": "M1",
    "status": "active",
    "title": "OBG Cervical Cerclage - Shrodikar",
    "topic": [
        {
            "coding": [
                {
                    "code": "DefinitionTopic",
                    "system": "http://terminology.hl7.org/CodeSystem/definition-topic"
                }
            ],
            "text": "C"
        }
    ],
    "useContext": [
        {
            "code": {
                "code": "useContextVenueuseContextGender"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "BF",
                        "display": "BothFemale"
                    }
                ],
                "text": "ClinicalMale or Venue"Female"
            }
        },
        {
            "code": {
                "code": "useContextAge"
            },
            "valueCodeableConcept": {
              }  "coding": [
     },         {      {
      "code": {                 "code": "useContextVenueA",
            },            "display": "valueCodeableConceptAdult":
  {                 "coding": [ },
                    {
                        "code": "BK",
                        "display": "BothKid"
                    }
                ],
                "text": "ClinicalAdult or VenueKid"
            }
        },
        {
            "code": {
                "code": "useContextVenueuseContextWorkflow"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "BS",
                        "display": "BothSurgery"
                    }
                ],
                "text": "ClinicalWorkflow VenueSetting"
            }
        },
        {
            "code": {
                "code": "useContextVenue"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "B",
                        "display": "Both"
                    }
                ],
                "text": "Clinical Venue"
            }
        }
    ]
}

...